Back to Devexpress

IGrid.ToolbarTemplate Property

blazor-devexpress-dot-blazor-dot-igrid-11cd656d.md

latest1.0 KB
Original Source

IGrid.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<GridToolbarTemplateContext> ToolbarTemplate { get; set; }

Property Value

TypeDescription
RenderFragment<GridToolbarTemplateContext>

The toolbar template.

|

Remarks

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

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace