Class GridDataStackedHeaderColumn
Provides the data for GridDataStackedHeaderColumn class.
Inheritance
System.Object
GridDataStackedHeaderColumn
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataStackedHeaderColumn : Freezable
Constructors
GridDataStackedHeaderColumn()
Initializes a new instance of the GridDataStackedHeaderColumn class.
Declaration
public GridDataStackedHeaderColumn()
Fields
ColumnSpanProperty
DependencyProperty for ColumnSpan property.
Declaration
public static readonly DependencyProperty ColumnSpanProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ColumnStyleProperty
DependencyProperty for ColumnStyle property.
Declaration
public static readonly DependencyProperty ColumnStyleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeaderTextProperty
DependencyProperty for HeaderText property.
Declaration
public static readonly DependencyProperty HeaderTextProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
NameProperty
DependencyProperty for Name property.
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ColumnSpan
Gets or sets the column span. Specify this property to merge the cells in the stacked header.
Declaration
public int ColumnSpan { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The column span. |
ColumnStyle
Gets or sets the column style.
Declaration
public GridDataStyleInfo ColumnStyle { get; set; }
Property Value
Type | Description |
---|---|
GridDataStyleInfo | The column style. |
HeaderText
Gets or sets the header text.
Declaration
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The header text. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
CreateInstanceCore()
Declaration
protected override Freezable CreateInstanceCore()
Returns
Type |
---|
System.Windows.Freezable |