Show / Hide Table of Contents

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 Source

IsSelected

Gets a value indicating whether whether the item is selected or not.

Declaration
bool IsSelected { get; }
Property Value
Type Description
bool
View Source

SelectableObject

Gets the object that may be selected.

Declaration
object SelectableObject { get; }
Property Value
Type Description
object
  • View Source
In this article
Back to top Generated by DocFX