Skip to main content
A newer version of this page is available. .

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.v22.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