Show / Hide Table of Contents

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
INotifyPropertyChanged.PropertyChanged
Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public interface ISelectable : INotifyPropertyChanged

Properties

| Edit this page View Source

IsSelected

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

Declaration
bool IsSelected { get; set; }
Property Value
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com