Interface ISelectableItem
An interface for an underlying item that can be selected/deselected as part of multi-selection, etc.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface ISelectableItem
Properties
View SourceIsSelected
Gets a value indicating whether whether the item is selected or not.
Declaration
bool IsSelected { get; }
Property Value
Type | Description |
---|---|
bool |
SelectableObject
Gets the object that may be selected.
Declaration
object SelectableObject { get; }
Property Value
Type | Description |
---|---|
object |