Class FunctionArgumentsDialogContent
Represents the content of the FunctionArgumentsDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FunctionArgumentsDialogContent : FunctionArgumentsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<FunctionArgumentsDialogContext>, IRadSpreadsheetDialogContent
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
System.Windows.DependencyProperty
|
CurrentArgumentNameProperty
Current argument name dependency property.
Declaration
public static readonly DependencyProperty CurrentArgumentNameProperty
Field Value
System.Windows.DependencyProperty
|
DefaultModeViewVisibilityProperty
Default mode view visibility dependency property.
Declaration
public static readonly DependencyProperty DefaultModeViewVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
FunctionDescriptionProperty
Function description dependency property.
Declaration
public static readonly DependencyProperty FunctionDescriptionProperty
Field Value
System.Windows.DependencyProperty
|
FunctionNameProperty
Function name dependency property.
Declaration
public static readonly DependencyProperty FunctionNameProperty
Field Value
System.Windows.DependencyProperty
|
FunctionResultProperty
Function result dependency property.
Declaration
public static readonly DependencyProperty FunctionResultProperty
Field Value
System.Windows.DependencyProperty
|
ParameterizedFunctionMetadataVisibilityProperty
Parametrized function metadata visibility dependency property.
Declaration
public static readonly DependencyProperty ParameterizedFunctionMetadataVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
SelectionModeViewVisibilityProperty
Selection mode view visibility dependency property.
Declaration
public static readonly DependencyProperty SelectionModeViewVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CurrentArgumentDescription
Gets or sets the current argument description.
Declaration
public string CurrentArgumentDescription { get; set; }
Property Value
System.String
The current argument description. |
CurrentArgumentName
Gets or sets the name of the current argument.
Declaration
public string CurrentArgumentName { get; set; }
Property Value
System.String
The name of the current argument. |
DefaultModeViewVisibility
Gets or sets the default mode view visibility.
Declaration
public Visibility DefaultModeViewVisibility { get; set; }
Property Value
System.Windows.Visibility
The default mode view visibility. |
FunctionDescription
Gets or sets the function description.
Declaration
public string FunctionDescription { get; set; }
Property Value
System.String
The function description. |
FunctionName
Gets or sets the name of the function.
Declaration
public string FunctionName { get; set; }
Property Value
System.String
The name of the function. |
FunctionResult
Gets or sets the function result.
Declaration
public string FunctionResult { get; set; }
Property Value
System.String
The function result. |
ParameterizedFunctionMetadataVisibility
Gets or sets the parameterized function metadata visibility.
Declaration
public Visibility ParameterizedFunctionMetadataVisibility { get; set; }
Property Value
System.Windows.Visibility
The parameterized function metadata visibility. |
SelectionModeViewVisibility
Gets or sets the selection mode view visibility.
Declaration
public Visibility SelectionModeViewVisibility { get; set; }
Property Value
System.Windows.Visibility
The selection mode view visibility. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnClosed()
Called when the dialog is closed.
Declaration
protected override void OnClosed()
Overrides
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides
ShowOverride()
Called before showing dialog.
Declaration
protected override void ShowOverride()