Class StackedColumn
Represents a column that stacked across the specified child columns in it.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class StackedColumn : DependencyObject
Constructors
StackedColumn()
Declaration
public StackedColumn()
Fields
ChildColumnsProperty
Identifies the ChildColumns dependency property.
Declaration
public static readonly DependencyProperty ChildColumnsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Remarks
The identifier for the ChildColumns dependency property.
HeaderTextProperty
Identifies the HeaderText dependency property.
Declaration
public static readonly DependencyProperty HeaderTextProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Remarks
The identifier for the HeaderText dependency property.
MappingNameProperty
Identifies the MappingName dependency property.
Declaration
public static readonly DependencyProperty MappingNameProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Remarks
The identifier for the MappingName dependency property.
Properties
ChildColumns
Gets or sets the name of child columns that need to be stacked under the specified stacked column.
Declaration
public string ChildColumns { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that contains the column names to stacked under the particular category. The default value is |
HeaderText
Gets or sets the header text of the stacked column.
Declaration
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that specifies the header text of the stacked column. The default value is null. |
MappingName
Gets or sets the mapping name of the stacked column.
Declaration
public string MappingName { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that specifies the mapping name of the stacked column. The default value is null. |