Back to Devexpress

ITreeList.ToolbarTemplate Property

blazor-devexpress-dot-blazor-dot-itreelist-9d434f86.md

latest1.0 KB
Original Source

ITreeList.ToolbarTemplate Property

Specifies a template for a toolbar area.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
RenderFragment<TreeListToolbarTemplateContext> ToolbarTemplate { get; set; }

Property Value

TypeDescription
RenderFragment<TreeListToolbarTemplateContext>

The toolbar template.

|

Remarks

Refer to the ToolbarTemplate property description for additional information and an example.

See Also

ITreeList Interface

ITreeList Members

DevExpress.Blazor Namespace