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