Class NameBox
The class represents a Name Box.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class NameBox : ControlBase
Constructors
NameBox()
Fields
SheetEditorProperty
Sheet editor dependency property.
Declaration
public static readonly DependencyProperty SheetEditorProperty
Field Value
System.
|
Properties
SheetEditor
Gets or sets the sheet editor.
Declaration
public IRadSheetEditor SheetEditor { get; set; }
Property Value
IRad The sheet editor. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. The System. |