ClassNameBoxViewModel
The class represents a ViewModel for the NameBox.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class NameBoxViewModel : NotifyPropertyChangedBase, INotifyPropertyChanged, IWeakEventListener
Inheritance: objectNotifyPropertyChangedBaseNameBoxViewModel
Implements:
Inherited Members
Constructors
NameBoxViewModel()
Initializes a new instance of the NameBoxViewModel class.
Declaration
public NameBoxViewModel()
Properties
IsOpen
Gets or sets a value indicating whether the name box is open.
Declaration
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
public IEnumerable<ISpreadsheetName> NameBoxNames { get; set; }
Property Value
IEnumerable<ISpreadsheetName>
The name box names.
SelectName
Gets the name of the select.
Declaration
public ICommand SelectName { get; }
Property Value
The name of the select.
TextBoxText
Gets or sets the text box text.
Declaration
public string TextBoxText { get; set; }
Property Value
The text box text.
WorksheetEditor
Gets or sets the worksheet editor.
Declaration
public RadWorksheetEditor WorksheetEditor { get; set; }
Property Value
The worksheet editor.