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