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