'Declaration <DescriptionAttribute("Indicates if the column can be sorted.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(True)> Public Property CanBeSorted As Boolean
'Usage Dim instance As Column Dim value As Boolean instance.CanBeSorted = value value = instance.CanBeSorted
[Description("Indicates if the column can be sorted.")] [Category("Behavior")] [ApplyToDesigner(true)] public bool CanBeSorted {get; set;}