menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataStackedHeaderRow

    Provides the data for Stacked header implementation for GridDataControl.

    Inheritance
    System.Object
    GridDataStackedHeaderRow
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataStackedHeaderRow : Freezable

    Constructors

    GridDataStackedHeaderRow()

    Initializes a new instance of the GridDataStackedHeaderRow class.

    Declaration
    public GridDataStackedHeaderRow()

    Fields

    ColumnsProperty

    DependencyProperty for Columns property.

    Declaration
    public static readonly DependencyProperty ColumnsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    NameProperty

    DependencyProperty for Name property.

    Declaration
    public static readonly DependencyProperty NameProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RowStyleProperty

    DependencyProperty for RowStyle property.

    Declaration
    public static readonly DependencyProperty RowStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Columns

    Gets or sets the columns.

    Declaration
    public FreezableCollection<GridDataStackedHeaderColumn> Columns { get; set; }
    Property Value
    Type Description
    System.Windows.FreezableCollection<GridDataStackedHeaderColumn>

    The columns.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    RowStyle

    Gets or sets the row style.

    Declaration
    public GridDataStyleInfo RowStyle { get; set; }
    Property Value
    Type Description
    GridDataStyleInfo

    The row style.

    Methods

    CreateInstanceCore()

    Declaration
    protected override Freezable CreateInstanceCore()
    Returns
    Type
    System.Windows.Freezable

    InitializeFrom(GridDataStackedHeaderRow)

    Initializes from another instance of GridDataStackedHeaderRow.

    Declaration
    public void InitializeFrom(GridDataStackedHeaderRow other)
    Parameters
    Type Name Description
    GridDataStackedHeaderRow other

    The other.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved