Class
SortingDialogViewModel

Represents sort dialog view model.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SortingDialogViewModel : DialogViewModelBase<SortingDialogContext>

Inheritance: objectDialogViewModelBase<SortingDialogContext>SortingDialogViewModel

Inherited Members DialogViewModelBase<SortingDialogContext>.Context

Properties

AddLevelCommand

Gets the add level command.

Declaration

cs-api-definition
public ICommand AddLevelCommand { get; }

Property Value

ICommand

The add level command.

CancelCommand

Gets the cancel command.

Declaration

cs-api-definition
public ICommand CancelCommand { get; }

Property Value

ICommand

The cancel command.

CopyLevelCommand

Gets the copy level command.

Declaration

cs-api-definition
public ICommand CopyLevelCommand { get; }

Property Value

ICommand

The copy level command.

DeleteLevelCommand

Gets the delete level command.

Declaration

cs-api-definition
public ICommand DeleteLevelCommand { get; }

Property Value

ICommand

The delete level command.

MoveDownCommand

Gets the move down command.

Declaration

cs-api-definition
public ICommand MoveDownCommand { get; }

Property Value

ICommand

The move down command.

MoveUpCommand

Gets the move up command.

Declaration

cs-api-definition
public ICommand MoveUpCommand { get; }

Property Value

ICommand

The move up command.

OKCommand

Gets or sets the ok command.

Declaration

cs-api-definition
public ICommand OKCommand { get; }

Property Value

ICommand

The ok command.

SelectedSortConditionIndex

Gets or sets the index of the selected sort condition.

Declaration

cs-api-definition
public int SelectedSortConditionIndex { get; set; }

Property Value

int

The index of the selected sort condition.

SortConditions

Gets the sort conditions.

Declaration

cs-api-definition
public ObservableCollection<SortConditionViewModel> SortConditions { get; }

Property Value

ObservableCollection<SortConditionViewModel>

The sort conditions.