New to Telerik UI for WPFStart a free 30-day trial

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 DialogViewModelBase<CustomSortListsDialogContext>.Context

Properties

Gets the add command.

C#
public ICommand AddCommand { get; }
Property Value:

The add command.

Gets the cancel command.

C#
public ICommand CancelCommand { get; }
Property Value:

The cancel command.

Gets or sets the custom lists items source.

C#
public ObservableCollection<string> CustomListsItemsSource { get; set; }
Property Value:

The custom lists items source.

Gets the delete command.

C#
public ICommand DeleteCommand { get; }
Property Value:

The delete command.

Gets or sets the is enabled.

C#
public bool IsEnabled { get; set; }
Property Value:

The is enabled.

Gets or sets the list items.

C#
public string ListItems { get; set; }
Property Value:

The list items.

Gets or sets the ok command.

C#
public ICommand OKCommand { get; }
Property Value:

The ok command.

Gets or sets the index of the selected custom list.

C#
public int SelectedCustomListIndex { get; set; }
Property Value:

The index of the selected custom list.