'Declaration <DescriptionAttribute("Indicates if groups can be added, removed or reordered using the GroupByRow.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(False)> Public Property AllowGroupingModification As Boolean
'Usage Dim instance As GroupByRow Dim value As Boolean instance.AllowGroupingModification = value value = instance.AllowGroupingModification
[Description("Indicates if groups can be added, removed or reordered using the GroupByRow.")] [Category("Behavior")] [ApplyToDesigner(false)] public bool AllowGroupingModification {get; set;}