Gets the entity in the ItemsControlBase at the specified index.

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

Syntax

C#
public Entity GetEntityAt(
	int index
)
Visual Basic (Declaration)
Public Function GetEntityAt ( _
	index As Integer _
) As Entity

Parameters

index
Type: System..::.Int32
The zero-based index of the entity to be get.

Return Value

The entity in the collection at the specified index.

See Also