Class ControlBase
Provides the base class from which the classes that represent custom control are derived.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Core
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class ControlBase : Control
Constructors
ControlBase()
Declaration
protected ControlBase()
Methods
GetRequiredTemplateChild<T>(String, Boolean)
Gets the required template child.
Declaration
protected T GetRequiredTemplateChild<T>(string childName, bool crashIfNotFound = true)
where T : DependencyObject
Parameters
System.String
childName
Name of the child. |
System.Boolean
crashIfNotFound
If |
Returns
T
|
Type Parameters
T
The type of the T. |
GetTemplateChild<T>(String)
Gets the template child.
Declaration
protected T GetTemplateChild<T>(string childName)
where T : DependencyObject
Parameters
System.String
childName
Name of the child. |
Returns
T
|
Type Parameters
T
The type of the T. |