ClassInsertFunctionDialogContent
Represents the insert function dialog content.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class InsertFunctionDialogContent : InsertFunctionDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<InsertFunctionDialogContext>, IRadSpreadsheetDialogContent
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<InsertFunctionDialogContext>InsertFunctionDialogContentBaseInsertFunctionDialogContent
Implements:
Inherited Members
Constructors
InsertFunctionDialogContent()
Initializes a new instance of the InsertFunctionDialogContent class.
Declaration
public InsertFunctionDialogContent()
Fields
SelectedFunctionProperty
Selected function dependency property.
Declaration
public static readonly DependencyProperty SelectedFunctionProperty
Field Value
DependencyProperty
Properties
SelectedFunction
Gets or sets the selected function.
Declaration
public FunctionView SelectedFunction { get; set; }
Property Value
The selected function.
Methods
CloseOverride()
Called on dialog closed.
Declaration
protected override void CloseOverride()
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnKeyDown(KeyEventArgs)
Invoked when an unhandled attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs
The KeyEventArgs that contains the event data.
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides