Interface ISelected
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for objects with a selected item.
public interface ISelected
- Extension Methods
Properties
SelectedItem
Gets the currently selected item.
object SelectedItem { get; }