Class GridDataGroupColumn
Inheritance
System.Object
GridDataGroupColumn
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridDataGroupColumn : DependencyObject
Constructors
GridDataGroupColumn()
Declaration
public GridDataGroupColumn()
Fields
ColumnNameProperty
Declaration
public static readonly DependencyProperty ColumnNameProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ConverterProperty
Declaration
public static readonly DependencyProperty ConverterProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
ColumnName
Gets or sets the Column Name for grouping
Declaration
public string ColumnName { get; set; }
Property Value
Type |
---|
System.String |
Converter
Gets or sets the converter for Custom grouping.
Declaration
public IValueConverter Converter { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Data.IValueConverter |