Skip to main content
All docs
V25.1
  • IGrid.ToolbarTemplate Property

    Specifies a template for a toolbar area.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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