ITreeList.ToolbarTemplate Property
Specifies a template for a toolbar area.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
RenderFragment<TreeListToolbarTemplateContext> ToolbarTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<TreeListToolbarTemplateContext> | The toolbar template. |
Remarks
Refer to the ToolbarTemplate property description for more information and an example.
See Also