[]
Gets or sets the element at the specified index.
public RenderInputComboBoxItem this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index | The index in the current collection. |
Type | Description |
---|---|
RenderInputComboBoxItem | The element at the specified index. |