Class KanbanStackedHeaders
Configures the stacked headers for Kanban columns.
Inheritance
KanbanStackedHeaders
Inherited Members
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class KanbanStackedHeaders : SfDataBoundComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Remarks
This class is utilized to define and manage multiple stacked headers in a Kanban board, allowing an organized and grouped representation of Kanban columns.
Constructors
KanbanStackedHeaders()
Declaration
public KanbanStackedHeaders()
Properties
ChildContent
Gets or sets the child content to be rendered inside this component.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
| Type | Description |
|---|---|
| RenderFragment | A RenderFragment containing the custom content for stacked headers. |
Remarks
Use this property to provide additional structure or decorations for the Kanban headers.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A System.Threading.Tasks.Task representing any asynchronous operation. |