alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class StackedHeaderModel

    Represents the configuration for stacked headers in a Kanban component.

    Inheritance
    object
    StackedHeaderModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StackedHeaderModel
    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
    List<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
    string

    A string representing the header text.

    Remarks

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

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