Gets or sets the element at the specified index.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public T Item [ |
Visual Basic
![]() |
---|
Public Property Item( _ |
Type: Int32
The zero-based index of the element to get or set.
Type: T
The element at the specified index.