'Declaration Public Property MaxGroupLevels As Integer
'Usage Dim instance As DetailConfiguration Dim value As Integer instance.MaxGroupLevels = value value = instance.MaxGroupLevels
public int MaxGroupLevels {get; set;}
Property Value
A value indicating the maximum number of group levels that can be created. If set to zero, grouping is disabled. If set to -1, an un limited number of groups can be created. Any other value represents the maximum number of group levels that can be created.