Gets the DimensionState that contains the dimension value identified by DataItem. The value of this property is null if DataItem is null.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public DimensionState DimensionState { get; }
Visual Basic (Declaration)
Public ReadOnly Property DimensionState As DimensionState
Visual C++
public:
property DimensionState^ DimensionState {
	DimensionState^ get ();
}

See Also