Class NameManagerDialogViewModel
Represents the view model of the name manager dialog.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class NameManagerDialogViewModel : DialogViewModelBase<NameManagerDialogContext>
Properties
CloseCommand
Gets the close command.
Declaration
public ICommand CloseCommand { get; }
Property Value
System.Windows.Input.ICommand
The close command. |
CreateDefinedName
Gets the create defined name command.
Declaration
public ICommand CreateDefinedName { get; }
Property Value
System.Windows.Input.ICommand
The create defined name command. |
DeleteSpreadsheetName
Gets the delete spreadsheet name command.
Declaration
public ICommand DeleteSpreadsheetName { get; }
Property Value
System.Windows.Input.ICommand
The delete spreadsheet name command. |
IsSpreadsheetNameSelected
Gets a value indicating whether the spreadsheet name is selected.
Declaration
public bool IsSpreadsheetNameSelected { get; }
Property Value
System.Boolean
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
SpreadsheetNameView
The name of the selected spreadsheet. |
SpreadsheetNameViews
Gets the spreadsheet names.
Declaration
public IEnumerable<SpreadsheetNameView> SpreadsheetNameViews { get; }
Property Value
System.Collections.Generic.IEnumerable<SpreadsheetNameView>
The spreadsheet names. |
UpdateSpreadsheetName
Gets the update spreadsheet name command.
Declaration
public ICommand UpdateSpreadsheetName { get; }
Property Value
System.Windows.Input.ICommand
The update spreadsheet name command. |