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