Class NameBoxViewModel
The class represents a ViewModel for the NameBox.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class NameBoxViewModel : NotifyPropertyChangedBase, INotifyPropertyChanged, IWeakEventListener
  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<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.  |