Class StackedHeaderRow
Represents a header row that contains the collection of stacked column to group the column under particular category.
Inheritance
System.Object
StackedHeaderRow
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class StackedHeaderRow : DependencyObject
Constructors
StackedHeaderRow()
Initializes a new instance of StackedHeaderRow class.
Declaration
public StackedHeaderRow()
Fields
NameProperty
Identifies the Name dependency property.
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Remarks
The identifier for the Name dependency property.
StackedColumnsProperty
Identifies the StackedColumns dependency property.
Declaration
public static readonly DependencyProperty StackedColumnsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Remarks
The identifier for the StackedColumns dependency property.
Properties
Name
Gets or sets the name of the StackedHeaderRow.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that specifies the name of the StackedHeaderRow. The default value is null. |
StackedColumns
Gets the collection of the StackedColumn to group under particular category.
Declaration
[Cloneable(false)]
public StackedColumns StackedColumns { get; }
Property Value
Type | Description |
---|---|
StackedColumns | An instance of |