Class KanbanTemplates
Configures kanban templates.
Inherited Members
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class KanbanTemplates : SfDataBoundComponent
Constructors
KanbanTemplates()
Declaration
public KanbanTemplates()
Properties
TooltipTemplate
Gets or sets the tooltip template.
Declaration
public RenderFragment<object> TooltipTemplate { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment<System.Object> |
Remarks
The TooltipTemplate content must be card element.
The parameters passed to the templates can be accessed using implicit parameter named context
.
The context is of type TValue.
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. |