ClassSortingDialogViewModel
Represents sort dialog view model.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class SortingDialogViewModel : DialogViewModelBase<SortingDialogContext>
Inheritance: objectDialogViewModelBase<SortingDialogContext>SortingDialogViewModel
Inherited Members
Properties
AddLevelCommand
Gets the add level command.
Declaration
public ICommand AddLevelCommand { get; }
Property Value
The add level command.
CancelCommand
Gets the cancel command.
Declaration
public ICommand CancelCommand { get; }
Property Value
The cancel command.
CopyLevelCommand
Gets the copy level command.
Declaration
public ICommand CopyLevelCommand { get; }
Property Value
The copy level command.
DeleteLevelCommand
Gets the delete level command.
Declaration
public ICommand DeleteLevelCommand { get; }
Property Value
The delete level command.
MoveDownCommand
Gets the move down command.
Declaration
public ICommand MoveDownCommand { get; }
Property Value
The move down command.
MoveUpCommand
Gets the move up command.
Declaration
public ICommand MoveUpCommand { get; }
Property Value
The move up command.
OKCommand
Gets or sets the ok command.
Declaration
public ICommand OKCommand { get; }
Property Value
The ok command.
SelectedSortConditionIndex
Gets or sets the index of the selected sort condition.
Declaration
public int SelectedSortConditionIndex { get; set; }
Property Value
The index of the selected sort condition.
SortConditions
Gets the sort conditions.
Declaration
public ObservableCollection<SortConditionViewModel> SortConditions { get; }
Property Value
ObservableCollection<SortConditionViewModel>
The sort conditions.