Xceed DataGrid for Silverlight Documentation
AllowGroupCollapsing Property (DataGridControl)


Gets or sets a value indicating whether groups can be collapsed through end-user interaction.
Syntax
'Declaration
 
Public Property AllowGroupCollapsing As Boolean
'Usage
 
Dim instance As DataGridControl
Dim value As Boolean
 
instance.AllowGroupCollapsing = value
 
value = instance.AllowGroupCollapsing
public bool AllowGroupCollapsing {get; set;}

Property Value

true if groups can be collapsed through end-user interaction; false otherwise. By default, true.
Remarks

The AllowGroupCollapsing property only affects end-user interaction and does not prevent groups from being collapsed programmatically.

Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback