New to Telerik UI for WPFStart a free 30-day trial

Represents the insert function dialog content.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class InsertFunctionDialogContent : InsertFunctionDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<InsertFunctionDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<InsertFunctionDialogContext>InsertFunctionDialogContentBaseInsertFunctionDialogContent...

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<InsertFunctionDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.ShowDialog(InsertFunctionDialogContext)RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.Show(InsertFunctionDialogContext)RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.ShowOverride()RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.Close()RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.HostWindowRadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.ContextRadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.ClosedRadSpreadsheetDialogContentBase.HeaderPropertyRadSpreadsheetDialogContentBase.ResizeModePropertyRadSpreadsheetDialogContentBase.WindowStartupLocationPropertyRadSpreadsheetDialogContentBase.CanMovePropertyRadSpreadsheetDialogContentBase.DialogResultPropertyRadSpreadsheetDialogContentBase.HostWindowMinWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMinHeightPropertyRadSpreadsheetDialogContentBase.HostWindowMaxWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMaxHeightPropertyRadSpreadsheetDialogContentBase.SetString(string)RadSpreadsheetDialogContentBase.HeaderRadSpreadsheetDialogContentBase.ResizeModeRadSpreadsheetDialogContentBase.WindowStartupLocationRadSpreadsheetDialogContentBase.CanMoveRadSpreadsheetDialogContentBase.DialogResultRadSpreadsheetDialogContentBase.HostWindowMinWidthRadSpreadsheetDialogContentBase.HostWindowMinHeightRadSpreadsheetDialogContentBase.HostWindowMaxWidthRadSpreadsheetDialogContentBase.HostWindowMaxHeightControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)...

Constructors

Initializes a new instance of the InsertFunctionDialogContent class.

C#
public InsertFunctionDialogContent()

Fields

SelectedFunctionProperty

DependencyProperty

Selected function dependency property.

C#
public static readonly DependencyProperty SelectedFunctionProperty

Properties

Gets or sets the selected function.

C#
public FunctionView SelectedFunction { get; set; }
Property Value:

The selected function.

Methods

Called on dialog closed.

C#
protected override void CloseOverride()

Overrides: RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.CloseOverride()

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Overrides: RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

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.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs that contains the event data.

Called before showing dialog.

C#
protected override void ShowDialogOverride()

Overrides: RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.ShowDialogOverride()