Gets the current item in the view.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public Object CurrentItem { get; }
Visual Basic
Public ReadOnly Property CurrentItem As Object
	Get

Return Value

The current item of the view or null if there is no current item.

Implements

ICollectionView..::..CurrentItem

See Also