Represents the view model of the name manager dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class NameManagerDialogViewModel : DialogViewModelBase<NameManagerDialogContext>
Inheritance: objectDialogViewModelBase<NameManagerDialogContext>NameManagerDialogViewModel
Inherited Members
Properties
Gets the close command.
public ICommand CloseCommand { get; }
The close command.
Gets the create defined name command.
public ICommand CreateDefinedName { get; }
The create defined name command.
Gets the delete spreadsheet name command.
public ICommand DeleteSpreadsheetName { get; }
The delete spreadsheet name command.
Gets a value indicating whether the spreadsheet name is selected.
public bool IsSpreadsheetNameSelected { get; }
The value indicating whether the spreadsheet name is selected.
Gets or sets the name of the selected spreadsheet.
public SpreadsheetNameView SelectedSpreadsheetNameView { get; set; }
The name of the selected spreadsheet.
Gets the spreadsheet names.
public IEnumerable<SpreadsheetNameView> SpreadsheetNameViews { get; }
The spreadsheet names.
Gets the update spreadsheet name command.
public ICommand UpdateSpreadsheetName { get; }
The update spreadsheet name command.