Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : AllowGroup Property |
'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;}
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.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family