IGrid.ToolbarTemplate Property
In This Article
Specifies a template for a toolbar area.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
RenderFragment<GridToolbarTemplateContext> ToolbarTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Render |
The toolbar template. |
#Remarks
Refer to the ToolbarTemplate property description for more information and an example.
See Also