'Declaration Public Property ShowSortOptions As Boolean
'Usage Dim instance As PropertyGrid Dim value As Boolean instance.ShowSortOptions = value value = instance.ShowSortOptions
public bool ShowSortOptions {get; set;}
Property Value
true if the sort options are displayed (Categorized and Alphabetical); false otherwise. By default, true.