Class NameBoxViewModel
The class represents a ViewModel for the NameBox.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class NameBoxViewModel : NotifyPropertyChangedBase
Constructors
NameBoxViewModel()
Properties
IsOpen
Gets or sets a value indicating whether the name box is open.
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
The value indicating whether the name box is open. |
NameBoxNames
Gets or sets the name box names.
Declaration
public IEnumerable<ISpreadsheetName> NameBoxNames { get; set; }
Property Value
System.Collections.Generic.IEnumerable<Telerik.Windows.Documents.Spreadsheet.Model.ISpreadsheetName>
The name box names. |
SelectName
Gets the name of the select.
Declaration
public ICommand SelectName { get; }
Property Value
System.Windows.Input.ICommand
The name of the select. |
TextBoxText
Gets or sets the text box text.
Declaration
public string TextBoxText { get; set; }
Property Value
System.String
The text box text. |
WorksheetEditor
Gets or sets the worksheet editor.
Declaration
public RadWorksheetEditor WorksheetEditor { get; set; }
Property Value
RadWorksheetEditor
The worksheet editor. |