Xceed DataGrid for Silverlight Documentation
AllowGroup Property (DataGridControl)


Gets or sets a value indicating whether the data items in the grid can be grouped through end-user interaction.
Syntax
'Declaration
 
Public Property AllowGroup As Boolean
'Usage
 
Dim instance As DataGridControl
Dim value As Boolean
 
instance.AllowGroup = value
 
value = instance.AllowGroup
public bool AllowGroup {get; set;}

Property Value

true if data items can be grouped through end-user interaction; false otherwise. By default, true.
Remarks

If a column's AllowGroup property has been explicitly defined, it will override the value defined by the grid's AllowGroup property or a group-by control's AllowGroupModifications property.

The AllowGroup and AllowGroupModifications properties only affect end-user interaction and do not prevent data items from being grouped programmatically.

Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback