ClassControlBase
Class
Provides the base class from which the classes that represent custom control are derived.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Core
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class ControlBase : Control
Inheritance: objectControlBase
Derived Classes:
Constructors
ControlBase()
Declaration
cs-api-definition
protected ControlBase()
Methods
GetRequiredTemplateChild<T>(string, bool)
Gets the required template child.
GetTemplateChild<T>(string)
Gets the template child.
Declaration
cs-api-definition
protected T GetTemplateChild<T>(string childName) where T : DependencyObject
Parameters
childName
Name of the child.
Returns
T