Class
NameBox

The class represents a Name Box.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class NameBox : ControlBase

Inheritance: objectControlBaseNameBox

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

NameBox()

Initializes a new instance of the NameBox class.

Declaration

cs-api-definition
public NameBox()

Fields

SheetEditorProperty

Sheet editor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SheetEditorProperty

Field Value

DependencyProperty

Properties

SheetEditor

Gets or sets the sheet editor.

Declaration

cs-api-definition
public IRadSheetEditor SheetEditor { get; set; }

Property Value

IRadSheetEditor

The sheet editor.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnKeyDown(KeyEventArgs)

Invoked when an unhandled  attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

The KeyEventArgs that contains the event data.