IToolbarItem.Template Property
Specifies the template to display an item’s content.
Namespace: DevExpress.Blazor.Reporting.Models
Assembly: DevExpress.Blazor.Reporting.v24.1.Viewer.dll
NuGet Package: DevExpress.Blazor.Reporting.Viewer
Declaration
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