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