Interface ISelectable
Interface for a view model that can be selected. This is typically used in a list of items where the user can select one or more items.
Inherited Members
Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public interface ISelectable : INotifyPropertyChanged
Properties
| Edit this page View SourceIsSelected
Gets or sets a value indicating whether the item is selected.
Declaration
bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
bool |