ComboBoxItemCollection.Item[Int32] Property
In This Article
Returns an item with the specified index the combo box editor’s item collection.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IBarComboBoxItem this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The item index. |
#Property Value
Type | Description |
---|---|
IBar |
The item at the specified index. |
See Also