ClassTaskPane
Class
Provides the class for TaskPane.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class TaskPane : ControlBase
Inheritance: objectControlBaseTaskPane
Inherited Members
Constructors
TaskPane()
Declaration
cs-api-definition
public TaskPane()
Fields
ContentProperty
Identifies the Content dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ContentProperty
Field Value
DependencyProperty
TitleProperty
Identifies the Title dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty TitleProperty
Field Value
DependencyProperty
Properties
Content
Gets or sets the task pane content.
Declaration
cs-api-definition
public TaskPaneContent Content { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.