Class KanbanStackedHeader
Defines the stacked header for Kanban columns with text and key fields.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
KanbanStackedHeader
Inherited Members
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class KanbanStackedHeader : SfDataBoundComponent
Constructors
KanbanStackedHeader()
Declaration
public KanbanStackedHeader()
Properties
ChildContent
Defines the child content
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
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 |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |