Blazor

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

    Show / Hide Table of Contents

    Class StackedHeaderModel

    Interface for the class StackedHeaders

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

    Constructors

    StackedHeaderModel()

    Declaration
    public StackedHeaderModel()

    Properties

    KeyFields

    Defines the multiple columns keyField

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

    Text

    Defines the column header text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved