[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.CurrentItem

CurrentItem Property

CurrentItem

Gets the current item in the view.

Declaration
public object CurrentItem { get; }
Property Value
Type Description
object

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

Implements