menu

Blazor

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

    Show / Hide Table of Contents

    Class StackedHeaderModel

    Represents the configuration for stacked headers in a Kanban component.

    Inheritance
    System.Object
    StackedHeaderModel
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StackedHeaderModel : Object
    Remarks

    This model allows for the grouping of multiple columns under a single header in the Kanban board.

    Constructors

    StackedHeaderModel()

    Declaration
    public StackedHeaderModel()

    Properties

    KeyFields

    Gets or sets the key fields for multiple columns under the stacked header.

    Declaration
    public List<string> KeyFields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    A list of strings representing the key fields of the columns.

    Remarks

    Utilize this property to manage the collective header settings for multiple columns.

    Text

    Gets or sets the text displayed in the column header.

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

    A string representing the header text.

    Remarks

    Determine the header text that gives context to the grouped columns.

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