[]
Gets or sets the item at the specified indexed location in the collection.
public DropDownItem this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index | The indexed location of the item in the collection. |
Type | Description |
---|---|
DropDownItem | An DropDownItem that represents the item at the specified indexed location. |