Interface ISelectable
- Namespace
- Songhay.Abstractions
- Assembly
- SonghayCore.dll
Defines a selectable visual.
public interface ISelectable
- Extension Methods
Properties
IsDefaultSelection
Gets or sets whether this is default selection.
bool? IsDefaultSelection { get; set; }
Property Value
- bool?
IsEnabled
Gets or sets whether this is enabled.
bool? IsEnabled { get; set; }
Property Value
- bool?
IsSelected
Gets or sets whether this is selected.
bool? IsSelected { get; set; }
Property Value
- bool?