Gets or sets the list element at the specified index.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public virtual Object this[ int index ] { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public Overridable Default Property Item ( _ index As Integer _ ) As Object Get Set |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the element to get or set.