[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputComboBoxItemCollection.Item

this Property

this[int]

Gets or sets the element at the specified index.

Declaration
public RenderInputComboBoxItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As RenderInputComboBoxItem
Parameters
Type Name Description
int index

The index in the current collection.

Property Value
Type Description
RenderInputComboBoxItem

The element at the specified index.