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

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: INotifyPropertyChangedIWeakEventListener

Inherited Members NotifyPropertyChangedBase.OnPropertyChanged(string)NotifyPropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)NotifyPropertyChangedBase.PropertyChanged

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.