'DeclarationPublic ReadOnly Property GroupLevelDescriptions As GroupLevelDescriptionCollection
'UsageDim instance As DataGridControl Dim value As GroupLevelDescriptionCollection value = instance.GroupLevelDescriptions
public GroupLevelDescriptionCollection GroupLevelDescriptions {get;}
Property Value
A GroupLevelDescriptionCollection of GroupLevelDescription objects that contain information on each group level contained in the grid. Only the group-level descriptions of the master groups will be returned.