'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.