ClassFunctionArgumentsDialogContent
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
FunctionArgumentsDialogContent()
Initializes a new instance of the FunctionArgumentsDialogContent class.
Declaration
public FunctionArgumentsDialogContent()
Fields
CurrentArgumentDescriptionProperty
Current argument description dependency property.
Declaration
public static readonly DependencyProperty CurrentArgumentDescriptionProperty
Field Value
DependencyProperty
CurrentArgumentNameProperty
Current argument name dependency property.
Declaration
public static readonly DependencyProperty CurrentArgumentNameProperty
Field Value
DependencyProperty
DefaultModeViewVisibilityProperty
Default mode view visibility dependency property.
Declaration
public static readonly DependencyProperty DefaultModeViewVisibilityProperty
Field Value
DependencyProperty
FunctionDescriptionProperty
Function description dependency property.
Declaration
public static readonly DependencyProperty FunctionDescriptionProperty
Field Value
DependencyProperty
FunctionNameProperty
Function name dependency property.
Declaration
public static readonly DependencyProperty FunctionNameProperty
Field Value
DependencyProperty
FunctionResultProperty
Function result dependency property.
Declaration
public static readonly DependencyProperty FunctionResultProperty
Field Value
DependencyProperty
ParameterizedFunctionMetadataVisibilityProperty
Parametrized function metadata visibility dependency property.
Declaration
public static readonly DependencyProperty ParameterizedFunctionMetadataVisibilityProperty
Field Value
DependencyProperty
SelectionModeViewVisibilityProperty
Selection mode view visibility dependency property.
Declaration
public static readonly DependencyProperty SelectionModeViewVisibilityProperty
Field Value
DependencyProperty
Properties
CurrentArgumentDescription
Gets or sets the current argument description.
Declaration
public string CurrentArgumentDescription { get; set; }
Property Value
The current argument description.
CurrentArgumentName
Gets or sets the name of the current argument.
Declaration
public string CurrentArgumentName { get; set; }
Property Value
The name of the current argument.
DefaultModeViewVisibility
Gets or sets the default mode view visibility.
Declaration
public Visibility DefaultModeViewVisibility { get; set; }
Property Value
Visibility
The default mode view visibility.
FunctionDescription
Gets or sets the function description.
Declaration
public string FunctionDescription { get; set; }
Property Value
The function description.
FunctionName
Gets or sets the name of the function.
Declaration
public string FunctionName { get; set; }
Property Value
The name of the function.
FunctionResult
Gets or sets the function result.
Declaration
public string FunctionResult { get; set; }
Property Value
The function result.
ParameterizedFunctionMetadataVisibility
Gets or sets the parameterized function metadata visibility.
Declaration
public Visibility ParameterizedFunctionMetadataVisibility { get; set; }
Property Value
Visibility
The parameterized function metadata visibility.
SelectionModeViewVisibility
Gets or sets the selection mode view visibility.
Declaration
public Visibility SelectionModeViewVisibility { get; set; }
Property Value
Visibility
The selection mode view visibility.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
Overrides
OnClosed()
Called when the dialog is closed.
Declaration
protected override void OnClosed()
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.
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides
ShowOverride()
Called before showing dialog.
Declaration
protected override void ShowOverride()
Overrides