Xceed DataGrid for Silverlight Documentation
AllowGroupCollapsing Property (DataGridGroupConfiguration)


Gets or sets a value indicating whether groups can be collapsed through end-user interaction.
Syntax
'Declaration
 
Public Property AllowGroupCollapsing As Nullable(Of Boolean)
'Usage
 
Dim instance As DataGridGroupConfiguration
Dim value As Nullable(Of Boolean)
 
instance.AllowGroupCollapsing = value
 
value = instance.AllowGroupCollapsing
public Nullable<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

DataGridGroupConfiguration Class
DataGridGroupConfiguration Members

Send Feedback