ComponentOne DataGrid for WPF and Silverlight
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.

In This Topic
    GroupDescription Constructor(String,IValueConverter,DataGridGroupState)
    In This Topic
    Constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal propertyName As String, _
       ByVal converter As IValueConverter, _
       ByVal state As DataGridGroupState _
    )

    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