Gets the dimension groups of the dimensions that still have 
            refinements available with respect to this navigation query.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
Syntax
| C# | 
|---|
| public virtual DimGroupList RefinementDimGroups { get; } | 
| Visual Basic | 
|---|
| Public Overridable ReadOnly Property RefinementDimGroups As DimGroupList Get | 
| Visual C++ | 
|---|
| public: virtual property DimGroupList^ RefinementDimGroups { DimGroupList^ get (); } | 
Field Value
The dimension groups of the dimensions that still have refinements available. Remarks
Remarks
            This list is analgous to RefinementDimensions 
            except that they are grouped by their dimension groups.  
            Returns an empty DimGroupList if there are no more 
            refinements available. The dimension groups are in MDEX
            Engine determined order where the group with the highest 
            ranking dimension is persented first and so on.
            





