Table of Contents

Class SelectedSourceViewModel<T>

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public abstract class SelectedSourceViewModel<T> : SourceViewModel<T>, INotifyPropertyChanged where T : ISelectViewModel

Type Parameters

T
Inheritance
SelectedSourceViewModel<T>
Implements
Inherited Members
Extension Methods

Properties

CheckedAllCommand

public RelayCommand CheckedAllCommand { get; }

Property Value

RelayCommand

DeleteCheckedCommand

public RelayCommand DeleteCheckedCommand { get; }

Property Value

RelayCommand

IsCheckedAll

public bool IsCheckedAll { get; set; }

Property Value

bool