Class NameBox
The class represents a Name Box.
Inheritance
System.Object
NameBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class NameBox : ControlBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
NameBox()
Fields
SheetEditorProperty
Sheet editor dependency property.
Declaration
public static readonly RadProperty SheetEditorProperty
Field Value
RadProperty
|
Properties
SheetEditor
Gets or sets the sheet editor.
Declaration
public IRadSheetEditor SheetEditor { get; set; }
Property Value
IRadSheetEditor
The sheet editor. |
Methods
CreateChildElements()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
protected override void CreateChildElements()