Xceed DataGrid for Silverlight Documentation
AllowGroupModifications Property


Gets or sets a value indicating whether group modifications can be made through end-user interaction.
Syntax
'Declaration
 
Public Property AllowGroupModifications As Boolean
'Usage
 
Dim instance As GroupByControl
Dim value As Boolean
 
instance.AllowGroupModifications = value
 
value = instance.AllowGroupModifications
public bool AllowGroupModifications {get; set;}

Property Value

true if group modifications can be made through end-user interaction; false otherwise. By default, true. If a null reference (Nothing in Visual Basic), the value will be inherited from the parent grid's AllowGroup property.
Remarks
The AllowGroupModifications property only affects end-user interaction and does not prevent groups from being modified programmatically.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

GroupByControl Class
GroupByControl Members

Send Feedback