[]
        
(Showing Draft Content)

C1.Win.C1Input.DropDownItemCollection.Item

this Property

this[int]

Gets or sets the item at the specified indexed location in the collection.

Declaration
public DropDownItem this[int index] { get; set; }
Parameters
Type Name Description
int index

The indexed location of the item in the collection.

Property Value
Type Description
DropDownItem

An DropDownItem that represents the item at the specified indexed location.