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.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public DimensionState DimensionState { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property DimensionState As DimensionState | 
| Visual C++ | 
|---|
| public: property DimensionState^ DimensionState { DimensionState^ get (); } | 
 Remarks
Remarks
              This value will be null if DataItem is null.
            





