Skip to main content
All docs
V23.2

ToolbarItem.Template Property

Specifies the template to display an item’s content.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.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