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