New to Telerik UI for WPFStart a free 30-day trial

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 DialogViewModelBase<SortingDialogContext>.Context

Properties

Gets the add level command.

C#
public ICommand AddLevelCommand { get; }
Property Value:

The add level command.

Gets the cancel command.

C#
public ICommand CancelCommand { get; }
Property Value:

The cancel command.

Gets the copy level command.

C#
public ICommand CopyLevelCommand { get; }
Property Value:

The copy level command.

Gets the delete level command.

C#
public ICommand DeleteLevelCommand { get; }
Property Value:

The delete level command.

Gets the move down command.

C#
public ICommand MoveDownCommand { get; }
Property Value:

The move down command.

Gets the move up command.

C#
public ICommand MoveUpCommand { get; }
Property Value:

The move up command.

Gets or sets the ok command.

C#
public ICommand OKCommand { get; }
Property Value:

The ok command.

Gets or sets the index of the selected sort condition.

C#
public int SelectedSortConditionIndex { get; set; }
Property Value:

The index of the selected sort condition.

Gets the sort conditions.

C#
public ObservableCollection<SortConditionViewModel> SortConditions { get; }
Property Value:

The sort conditions.