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