Xceed DataGrid for Silverlight Documentation
GroupDescriptions Property (DataGridContext)


Gets a collection of group descriptions that describe how the items in a grid are grouped.
Syntax
'Declaration
 
Public ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
'Usage
 
Dim instance As DataGridContext
Dim value As ObservableCollection(Of GroupDescription)
 
value = instance.GroupDescriptions
public ObservableCollection<GroupDescription> GroupDescriptions {get;}

Property Value

A generic ObservableCollection of GroupDescription objects that describe how the items in a grid are grouped.
Requirements

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

See Also

Reference

DataGridContext Class
DataGridContext Members

Send Feedback