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