Property CurrentItem
CurrentItem
Return the "current item" for this view
public virtual object CurrentItem { get; }
Property Value
Remarks
Only wrapper classes (those that pass currency handling calls to another internal CollectionView) should override CurrentItem; all other derived classes should use SetCurrent() to update the current values stored in the base class.