Back to Devexpress

ToolbarModel.VisibleGroupedItems Property

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

latest1.5 KB
Original Source

ToolbarModel.VisibleGroupedItems Property

Provides access to the collection of visible grouped toolbar items.

Namespace : DevExpress.Blazor.Reporting.Models

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

NuGet Package : DevExpress.Blazor.Viewer

Declaration

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

Property Value

TypeDescription
List<List<IToolbarItem>>

A collection of grouped toolbar items.

|

See Also

BeginGroup

ToolbarModel Class

ToolbarModel Members

DevExpress.Blazor.Reporting.Models Namespace