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