Gets the dimension groups of the dimensions for the descriptors
            for this navigation.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
Syntax
| C# | 
|---|
| public virtual DimGroupList DescriptorDimGroups { get; } | 
| Visual Basic | 
|---|
| Public Overridable ReadOnly Property DescriptorDimGroups As DimGroupList Get | 
| Visual C++ | 
|---|
| public: virtual property DimGroupList^ DescriptorDimGroups { DimGroupList^ get (); } | 
Field Value
The dimension groups of the dimensions of the descriptors. Remarks
Remarks
            Similar to DescriptorDimensions except that the 
            dimensions are grouped by their dimension groups. Returns an empty 
            DimGroupList if there are no descriptors.  Unlike the
            descriptor dimensions, these dim groups are presented in MDEX
            Engine determined dimension order as opposed to the query specified
            descriptor order.
            





