Gets the DimensionState that contains the DimensionValue
associated with this template container.
Namespace:
Endeca.Web.UI.WebControlsAssembly: 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 (); } |
Remarks
This value will be null if DataItem is null.