Skip to main content
All docs
V25.1
  • ToolbarItem.Template Property

    Specifies the template to display an item’s content.

    Namespace: DevExpress.Blazor.Reporting.Models

    Assembly: DevExpress.Blazor.v25.1.Viewer.dll

    NuGet Package: DevExpress.Blazor.Viewer

    Declaration

    public RenderFragment<IToolbarItem> Template { get; set; }

    Property Value

    Type Description
    RenderFragment<IToolbarItem>

    The template content for an object of the IToolbarItem type that contains information about an item (the text, state, icon, etc.)

    Remarks

    Use the Template property to override an individual item’s content, including text, icon, child item, etc.

    Implements

    See Also