menu

WinUI

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

    Show / Hide Table of Contents

    Class StackedColumn

    Represents a column that stacked across the specified child columns in it.

    Inheritance
    System.Object
    StackedColumn
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class StackedColumn : DependencyObject

    Constructors

    StackedColumn()

    Declaration
    public StackedColumn()

    Fields

    ChildColumnsProperty

    Identifies the ChildColumns dependency property.

    Declaration
    public static readonly DependencyProperty ChildColumnsProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty
    Remarks

    The identifier for the ChildColumns dependency property.

    HeaderTextProperty

    Identifies the HeaderText dependency property.

    Declaration
    public static readonly DependencyProperty HeaderTextProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty
    Remarks

    The identifier for the HeaderText dependency property.

    MappingNameProperty

    Identifies the MappingName dependency property.

    Declaration
    public static readonly DependencyProperty MappingNameProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty
    Remarks

    The identifier for the MappingName dependency property.

    Properties

    ChildColumns

    Gets or sets the name of child columns that need to be stacked under the specified stacked column.

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

    A string that contains the column names to stacked under the particular category. The default value is string.Empty.

    HeaderText

    Gets or sets the header text of the stacked column.

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

    A string that specifies the header text of the stacked column. The default value is null.

    MappingName

    Gets or sets the mapping name of the stacked column.

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

    A string that specifies the mapping name of the stacked column. The default value is null.

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