ISelectable Interface
Defines a selectable visual.
Namespace
Songhay.Abstractions
Implementing Types
graph BT Type["ISelectable"] class Type type-node Implementing0["MenuDisplayItemModel"]-.->Type click Implementing0 "/SonghayCore/latest/Songhay.Models/MenuDisplayItemModel"

Syntax

public interface ISelectable

Properties

Name Property Type Summary
IsDefaultSelection bool?
Gets or sets whether this is default selection.
IsEnabled bool?
Gets or sets whether this is enabled.
IsSelected bool?
Gets or sets whether this is selected.

Extension Methods

Name Value Summary
IsAssignableToISerializable<ISelectable>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<ISelectable>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<ISelectable>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.