IBarDropDown.Items Property
In This Article
Returns an item collection for the drop-down editor.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
BarItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Bar |
The item collection. |
#Remarks
Refer to the IBarDropDown interface description for more information and an example.
See Also