Table of Contents

Property CurrentItem

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

CurrentItem

Return the "current item" for this view

public virtual object CurrentItem { get; }

Property Value

object

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.