Class GridDataGroupColumn
Provides the data for specifying group columns.
Inheritance
System.Object
GridDataGroupColumn
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataGroupColumn : DependencyObject
Constructors
GridDataGroupColumn()
Initializes a new instance of the GridDataGroupColumn class.
Declaration
public GridDataGroupColumn()
Fields
ColumnNameProperty
DependencyProperty for ColumnName.
Declaration
public static readonly DependencyProperty ColumnNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ConverterProperty
DependencyProperty for Converter property.
Declaration
public static readonly DependencyProperty ConverterProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ColumnName
Gets or sets the name of the column.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the column. |
Converter
Gets or sets the converter.
Declaration
public IValueConverter Converter { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Data.IValueConverter | The converter. |
Methods
InitializeFrom(GridDataGroupColumn)
Initializes from another instance of GridDataGroupColumn.
Declaration
public void InitializeFrom(GridDataGroupColumn other)
Parameters
Type | Name | Description |
---|---|---|
GridDataGroupColumn | other | The other. |