menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataStackedHeaderColumn - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved