NameBox
Class
The class represents a Name Box.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class NameBox : ControlBase
Inheritance: objectControlBaseNameBox
Inherited Members
Constructors
Fields
SheetEditorProperty
DependencyProperty
Sheet editor dependency property.
C#
public static readonly DependencyProperty SheetEditorProperty
Properties
Gets or sets the sheet editor.
C#
public IRadSheetEditor SheetEditor { get; set; }
The sheet editor.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
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.
C#
protected override void OnKeyDown(KeyEventArgs e)
The KeyEventArgs that contains the event data.