New to Telerik UI for WPFStart a free 30-day trial

The class represents a ViewModel for the NameBox.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class NameBoxViewModel : NotifyPropertyChangedBase, IWeakEventListener

Inheritance: objectNameBoxViewModel

Implements: IWeakEventListener

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; }
Property Value:

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; }
Property Value:

The name box names.

Gets the name of the select.

C#
public ICommand SelectName { get; }
Property Value:

The name of the select.

Gets or sets the text box text.

C#
public string TextBoxText { get; set; }
Property Value:

The text box text.

Gets or sets the worksheet editor.

C#
public RadWorksheetEditor WorksheetEditor { get; set; }
Property Value:

The worksheet editor.