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

Represents the content of the FunctionArgumentsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FunctionArgumentsDialogContent : FunctionArgumentsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<FunctionArgumentsDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>FunctionArgumentsDialogContentBaseFunctionArgumentsDialogContent...

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<FunctionArgumentsDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.ShowDialog(FunctionArgumentsDialogContext)RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.Show(FunctionArgumentsDialogContext)RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.CloseOverride()RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.Close()RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.HostWindowRadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.ContextRadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.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 FunctionArgumentsDialogContent class.

C#
public FunctionArgumentsDialogContent()

Fields

Current argument description dependency property.

C#
public static readonly DependencyProperty CurrentArgumentDescriptionProperty

CurrentArgumentNameProperty

DependencyProperty

Current argument name dependency property.

C#
public static readonly DependencyProperty CurrentArgumentNameProperty

Default mode view visibility dependency property.

C#
public static readonly DependencyProperty DefaultModeViewVisibilityProperty

FunctionDescriptionProperty

DependencyProperty

Function description dependency property.

C#
public static readonly DependencyProperty FunctionDescriptionProperty

FunctionNameProperty

DependencyProperty

Function name dependency property.

C#
public static readonly DependencyProperty FunctionNameProperty

FunctionResultProperty

DependencyProperty

Function result dependency property.

C#
public static readonly DependencyProperty FunctionResultProperty

Parametrized function metadata visibility dependency property.

C#
public static readonly DependencyProperty ParameterizedFunctionMetadataVisibilityProperty

Selection mode view visibility dependency property.

C#
public static readonly DependencyProperty SelectionModeViewVisibilityProperty

Properties

Gets or sets the current argument description.

C#
public string CurrentArgumentDescription { get; set; }
Property Value:

The current argument description.

Gets or sets the name of the current argument.

C#
public string CurrentArgumentName { get; set; }
Property Value:

The name of the current argument.

Gets or sets the default mode view visibility.

C#
public Visibility DefaultModeViewVisibility { get; set; }
Property Value:

The default mode view visibility.

Gets or sets the function description.

C#
public string FunctionDescription { get; set; }
Property Value:

The function description.

Gets or sets the name of the function.

C#
public string FunctionName { get; set; }
Property Value:

The name of the function.

Gets or sets the function result.

C#
public string FunctionResult { get; set; }
Property Value:

The function result.

Gets or sets the parameterized function metadata visibility.

C#
public Visibility ParameterizedFunctionMetadataVisibility { get; set; }
Property Value:

The parameterized function metadata visibility.

Gets or sets the selection mode view visibility.

C#
public Visibility SelectionModeViewVisibility { get; set; }
Property Value:

The selection mode view visibility.

Methods

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

C#
public override void OnApplyTemplate()

Overrides: RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.OnApplyTemplate()

Called when the dialog is closed.

C#
protected override void OnClosed()

Overrides: RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.OnClosed()

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.

Called before showing dialog.

C#
protected override void ShowDialogOverride()

Overrides: RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.ShowDialogOverride()

Called before showing dialog.

C#
protected override void ShowOverride()

Overrides: RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.ShowOverride()