Skip to main content

ComboBoxItemCollection.Item[Int32] Property

Returns an item with the specified index the combo box editor’s item collection.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public IBarComboBoxItem this[int index] { get; }

Parameters

Name Type Description
index Int32

The item index.

Property Value

Type Description
IBarComboBoxItem

The item at the specified index.

See Also