Gets the entity in the IDataControl at the specified index.

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

Syntax

C#
Entity GetEntityAt(
	int index
)
Visual Basic (Declaration)
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