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.