Skip to main content
All docs
V23.2

IGrid.ToolbarTemplate Property

Specifies a template for a toolbar area.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

RenderFragment<GridToolbarTemplateContext> ToolbarTemplate { get; set; }

Property Value

Type Description
RenderFragment<GridToolbarTemplateContext>

The toolbar template.

Remarks

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

See Also