Interface ISelectionViewModel
Namespace: ISynergy.Framework.Mvvm.Abstractions.ViewModels
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface ISelectionViewModel
Properties
View SourceSelectedItems
Gets or sets the selected items.
Declaration
List<object> SelectedItems { get; set; }
Property Value
Type | Description |
---|---|
List<System.Object> |
SelectionMode
Gets or sets the selection mode.
Declaration
SelectionModes SelectionMode { get; set; }
Property Value
Type | Description |
---|---|
SelectionModes | The selection mode. |