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. The add command. |
CancelCommand
Gets the cancel command.
Declaration
public ICommand CancelCommand { get; }
Property Value
System. The cancel command. |
CustomListsItemsSource
Gets or sets the custom lists items source.
Declaration
public ObservableCollection<string> CustomListsItemsSource { get; set; }
Property Value
System. The custom lists items source. |
DeleteCommand
Gets the delete command.
Declaration
public ICommand DeleteCommand { get; }
Property Value
System. The delete command. |
IsEnabled
Gets or sets the is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
System. The is enabled. |
ListItems
Gets or sets the list items.
Declaration
public string ListItems { get; set; }
Property Value
System. The list items. |
OKCommand
Gets or sets the ok command.
Declaration
public ICommand OKCommand { get; }
Property Value
System. The ok command. |
SelectedCustomListIndex
Gets or sets the index of the selected custom list.
Declaration
public int SelectedCustomListIndex { get; set; }
Property Value
System. The index of the selected custom list. |