Class
InsertFunctionDialogContent

Represents the insert function dialog content.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
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

InsertFunctionDialogContent()

Initializes a new instance of the InsertFunctionDialogContent class.

Declaration

cs-api-definition
public InsertFunctionDialogContent()

Fields

SelectedFunctionProperty

Selected function dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedFunctionProperty

Field Value

DependencyProperty

Properties

SelectedFunction

Gets or sets the selected function.

Declaration

cs-api-definition
public FunctionView SelectedFunction { get; set; }

Property Value

FunctionView

The selected function.

Methods

CloseOverride()

Called on dialog closed.

Declaration

cs-api-definition
protected override void CloseOverride()

Overrides RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.CloseOverride()

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.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

EventArgs

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

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

The KeyEventArgs that contains the event data.

ShowDialogOverride()

Called before showing dialog.

Declaration

cs-api-definition
protected override void ShowDialogOverride()

Overrides RadSpreadsheetDialogContentBase<InsertFunctionDialogContext>.ShowDialogOverride()