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