Skip to main content
All docs
V23.2

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

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