Class StackedColumn
Represents a column that stacked across the specified child columns in it.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class StackedColumn : DependencyObjectConstructors
StackedColumn()
Declaration
public StackedColumn()Fields
ChildColumnsProperty
Identifies the ChildColumns dependency property.
Declaration
public static readonly DependencyProperty ChildColumnsPropertyField Value
| Type | 
|---|
| Microsoft.UI.Xaml.DependencyProperty | 
Remarks
The identifier for the ChildColumns dependency property.
HeaderTextProperty
Identifies the HeaderText dependency property.
Declaration
public static readonly DependencyProperty HeaderTextPropertyField Value
| Type | 
|---|
| Microsoft.UI.Xaml.DependencyProperty | 
Remarks
The identifier for the HeaderText dependency property.
MappingNameProperty
Identifies the MappingName dependency property.
Declaration
public static readonly DependencyProperty MappingNamePropertyField Value
| Type | 
|---|
| Microsoft.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. |