Class
CustomSortListsDialogViewModel

Represents custom sort list dialog view model.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class CustomSortListsDialogViewModel : DialogViewModelBase<CustomSortListsDialogContext>

Inheritance: objectDialogViewModelBase<CustomSortListsDialogContext>CustomSortListsDialogViewModel

Inherited Members DialogViewModelBase<CustomSortListsDialogContext>.Context

Properties

AddCommand

Gets the add command.

Declaration

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

Property Value

ICommand

The add command.

CancelCommand

Gets the cancel command.

Declaration

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

Property Value

ICommand

The cancel command.

CustomListsItemsSource

Gets or sets the custom lists items source.

Declaration

cs-api-definition
public ObservableCollection<string> CustomListsItemsSource { get; set; }

Property Value

ObservableCollection<string>

The custom lists items source.

DeleteCommand

Gets the delete command.

Declaration

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

Property Value

ICommand

The delete command.

IsEnabled

Gets or sets the is enabled.

Declaration

cs-api-definition
public bool IsEnabled { get; set; }

Property Value

bool

The is enabled.

ListItems

Gets or sets the list items.

Declaration

cs-api-definition
public string ListItems { get; set; }

Property Value

string

The list items.

OKCommand

Gets or sets the ok command.

Declaration

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

Property Value

ICommand

The ok command.

SelectedCustomListIndex

Gets or sets the index of the selected custom list.

Declaration

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

Property Value

int

The index of the selected custom list.