Back to Devexpress

ToolbarModel.AllItems Property

xtrareports-devexpress-dot-blazor-dot-reporting-dot-models-dot-toolbarmodel.md

latest1.2 KB
Original Source

ToolbarModel.AllItems Property

Provides access to the collection of the toolbar items.

Namespace : DevExpress.Blazor.Reporting.Models

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

NuGet Package : DevExpress.Blazor.Viewer

Declaration

csharp
public List<IToolbarItem> AllItems { get; set; }
vb
Public Property AllItems As List(Of IToolbarItem)

Property Value

TypeDescription
List<IToolbarItem>

A collection of toolbar items.

|

See Also

ToolbarModel Class

ToolbarModel Members

DevExpress.Blazor.Reporting.Models Namespace