Gets or sets the element at the specified index.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
public Object this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As Object

Parameters

index
Type: System..::.Int32
The zero-based index of the element to get or set.

Return Value

The element at the specified index.

Implements

IList..::.Item[([(Int32])])

See Also