Class KanbanStackedHeader
Defines the stacked header for Kanban columns with text and key fields.
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 |
---|
Microsoft.AspNetCore.Components.RenderFragment |
KeyFields
Defines the multiple columns keyField.
Declaration
public List<string> KeyFields { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
Text
Defines the column header text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |