ComponentOne DataGrid for WPF and Silverlight
GroupDescription Constructor(String,IValueConverter,DataGridGroupState)

C1.Silverlight.DataGrid Namespace > GroupDescription Class > GroupDescription Constructor : GroupDescription Constructor(String,IValueConverter,DataGridGroupState)
The property name for the group description.
The converter used for the group description.
The state of the group.
Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyName As System.String, _
   ByVal converter As System.Windows.Data.IValueConverter, _
   ByVal state As DataGridGroupState _
)
public GroupDescription( 
   System.string propertyName,
   System.Windows.Data.IValueConverter converter,
   DataGridGroupState state
)

Parameters

propertyName
The property name for the group description.
converter
The converter used for the group description.
state
The state of the group.
See Also

Reference

GroupDescription Class
GroupDescription Members
Overload List