Xceed DataGrid for Silverlight Documentation
GroupDescription Property


Gets or sets the group description that is used whenever groups are created according to the values of the column.
Syntax
'Declaration
 
Public Property GroupDescription As GroupDescription
'Usage
 
Dim instance As Column
Dim value As GroupDescription
 
instance.GroupDescription = value
 
value = instance.GroupDescription
public GroupDescription GroupDescription {get; set;}

Property Value

The GroupDescription that is used whenever groups are created according to the values of the column.
Requirements

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

See Also

Reference

Column Class
Column Members

Manipulating Data

Grouping Data

Send Feedback