Xceed Grid for WinForms v4.3 Documentation
AllowGroupingModification Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GroupByRow Class : AllowGroupingModification Property
Gets or sets a boolean value indicating if groups can be added, removed or reordered using the GroupByRow.
Syntax
'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;}

Property Value

true if groups can be added, removed or reordered; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupByRow Class
GroupByRow Members