menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StackedHeaderRow - WinUI 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.Grids
    Assembly: Syncfusion.Grid.WinUI.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
    Microsoft.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
    Microsoft.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
    public StackedColumns StackedColumns { get; }
    Property Value
    Type Description
    StackedColumns

    An instance of StackedColumns class.

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