menu

WPF

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

    Show / Hide Table of Contents

    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.WPF.dll
    Syntax
    public class StackedHeaderRow : Freezable

    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
    System.Windows.DependencyProperty
    Remarks

    The identifier for the Name dependency property.

    StackedColumnsProperty

    Identifies the StackedColumns dependency property.

    Declaration
    public static readonly DependencyProperty StackedColumnsProperty
    Field Value
    Type
    System.Windows.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 class.

    Methods

    CreateInstanceCore()

    Creates a new instance of the Freezable class.

    Declaration
    protected override Freezable CreateInstanceCore()
    Returns
    Type
    System.Windows.Freezable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved