'Declaration <DescriptionAttribute("Indicates if the columns can be sorted.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(False)> Public Property AllowSort As Boolean
'Usage Dim instance As GroupByRow Dim value As Boolean instance.AllowSort = value value = instance.AllowSort
[Description("Indicates if the columns can be sorted.")] [Category("Behavior")] [ApplyToDesigner(false)] public bool AllowSort {get; set;}