Skip to main content
All docs
V25.1
  • IToolbarItem.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

    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.)

    See Also