[]
        
(Showing Draft Content)

C1.Schedule.C1BindingSource.Item

this Property

this[int]

Gets or sets the list element at the specified index.

Declaration
[Browsable(false)]
public virtual object this[int index] { get; set; }
Parameters
Type Name Description
int index

The zero-based index of the element to get or set.

Implements