ClassNameManagerDialogViewModel
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
CloseCommand
Gets the close command.
Declaration
public ICommand CloseCommand { get; }
Property Value
The close command.
CreateDefinedName
Gets the create defined name command.
Declaration
public ICommand CreateDefinedName { get; }
Property Value
The create defined name command.
DeleteSpreadsheetName
Gets the delete spreadsheet name command.
Declaration
public ICommand DeleteSpreadsheetName { get; }
Property Value
The delete spreadsheet name command.
IsSpreadsheetNameSelected
Gets a value indicating whether the spreadsheet name is selected.
Declaration
public bool IsSpreadsheetNameSelected { get; }
Property Value
The value indicating whether the spreadsheet name is selected.
SelectedSpreadsheetNameView
Gets or sets the name of the selected spreadsheet.
Declaration
public SpreadsheetNameView SelectedSpreadsheetNameView { get; set; }
Property Value
The name of the selected spreadsheet.
SpreadsheetNameViews
Gets the spreadsheet names.
Declaration
public IEnumerable<SpreadsheetNameView> SpreadsheetNameViews { get; }
Property Value
IEnumerable<SpreadsheetNameView>
The spreadsheet names.
UpdateSpreadsheetName
Gets the update spreadsheet name command.
Declaration
public ICommand UpdateSpreadsheetName { get; }
Property Value
The update spreadsheet name command.