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