Represents the content of the FunctionArgumentsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class FunctionArgumentsDialogContent : FunctionArgumentsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<FunctionArgumentsDialogContext>, IRadSpreadsheetDialogContent
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>FunctionArgumentsDialogContentBaseFunctionArgumentsDialogContent...
Implements:
Inherited Members
Constructors
Initializes a new instance of the FunctionArgumentsDialogContent class.
public FunctionArgumentsDialogContent()
Fields
CurrentArgumentDescriptionProperty
DependencyProperty
Current argument description dependency property.
public static readonly DependencyProperty CurrentArgumentDescriptionProperty
CurrentArgumentNameProperty
DependencyProperty
Current argument name dependency property.
public static readonly DependencyProperty CurrentArgumentNameProperty
DefaultModeViewVisibilityProperty
DependencyProperty
Default mode view visibility dependency property.
public static readonly DependencyProperty DefaultModeViewVisibilityProperty
FunctionDescriptionProperty
DependencyProperty
Function description dependency property.
public static readonly DependencyProperty FunctionDescriptionProperty
FunctionNameProperty
DependencyProperty
Function name dependency property.
public static readonly DependencyProperty FunctionNameProperty
FunctionResultProperty
DependencyProperty
Function result dependency property.
public static readonly DependencyProperty FunctionResultProperty
ParameterizedFunctionMetadataVisibilityProperty
DependencyProperty
Parametrized function metadata visibility dependency property.
public static readonly DependencyProperty ParameterizedFunctionMetadataVisibilityProperty
SelectionModeViewVisibilityProperty
DependencyProperty
Selection mode view visibility dependency property.
public static readonly DependencyProperty SelectionModeViewVisibilityProperty
Properties
Gets or sets the current argument description.
public string CurrentArgumentDescription { get; set; }
The current argument description.
Gets or sets the name of the current argument.
public string CurrentArgumentName { get; set; }
The name of the current argument.
DefaultModeViewVisibility
Visibility
Gets or sets the default mode view visibility.
public Visibility DefaultModeViewVisibility { get; set; }
The default mode view visibility.
Gets or sets the function description.
public string FunctionDescription { get; set; }
The function description.
Gets or sets the name of the function.
public string FunctionName { get; set; }
The name of the function.
Gets or sets the function result.
public string FunctionResult { get; set; }
The function result.
ParameterizedFunctionMetadataVisibility
Visibility
Gets or sets the parameterized function metadata visibility.
public Visibility ParameterizedFunctionMetadataVisibility { get; set; }
The parameterized function metadata visibility.
SelectionModeViewVisibility
Visibility
Gets or sets the selection mode view visibility.
public Visibility SelectionModeViewVisibility { get; set; }
The selection mode view visibility.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
Called when the dialog is closed.
protected override void OnClosed()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called before showing dialog.
protected override void ShowDialogOverride()
Overrides:
Called before showing dialog.
protected override void ShowOverride()
Overrides: