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 |