ClassCustomSortListsDialogViewModel
Represents custom sort list dialog view model.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CustomSortListsDialogViewModel : DialogViewModelBase<CustomSortListsDialogContext>
Inheritance: objectDialogViewModelBase<CustomSortListsDialogContext>CustomSortListsDialogViewModel
Inherited Members
Properties
AddCommand
Gets the add command.
Declaration
public ICommand AddCommand { get; }
Property Value
The add command.
CancelCommand
Gets the cancel command.
Declaration
public ICommand CancelCommand { get; }
Property Value
The cancel command.
CustomListsItemsSource
Gets or sets the custom lists items source.
Declaration
public ObservableCollection<string> CustomListsItemsSource { get; set; }
Property Value
The custom lists items source.
DeleteCommand
Gets the delete command.
Declaration
public ICommand DeleteCommand { get; }
Property Value
The delete command.
IsEnabled
Gets or sets the is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
The is enabled.
ListItems
Gets or sets the list items.
Declaration
public string ListItems { get; set; }
Property Value
The list items.
OKCommand
Gets or sets the ok command.
Declaration
public ICommand OKCommand { get; }
Property Value
The ok command.
SelectedCustomListIndex
Gets or sets the index of the selected custom list.
Declaration
public int SelectedCustomListIndex { get; set; }
Property Value
The index of the selected custom list.