ClassNameBoxViewModel
Class
The class represents a ViewModel for the NameBox.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class NameBoxViewModel : NotifyPropertyChangedBase, IWeakEventListener
Inheritance: objectNameBoxViewModel
Implements:
Constructors
NameBoxViewModel()
Initializes a new instance of the NameBoxViewModel class.
Declaration
cs-api-definition
public NameBoxViewModel()
Properties
IsOpen
Gets or sets a value indicating whether the name box is open.
Declaration
cs-api-definition
public bool IsOpen { get; set; }
Property Value
The value indicating whether the name box is open.
NameBoxNames
Gets or sets the name box names.
Declaration
cs-api-definition
public IEnumerable<ISpreadsheetName> NameBoxNames { get; set; }
Property Value
IEnumerable<ISpreadsheetName>
The name box names.
SelectName
Gets the name of the select.
Declaration
cs-api-definition
public ICommand SelectName { get; }
Property Value
The name of the select.
TextBoxText
Gets or sets the text box text.
Declaration
cs-api-definition
public string TextBoxText { get; set; }
Property Value
The text box text.
WorksheetEditor
Gets or sets the worksheet editor.
Declaration
cs-api-definition
public RadWorksheetEditor WorksheetEditor { get; set; }
Property Value
The worksheet editor.