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

Represents context for the FunctionArgumentsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FunctionArgumentsDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextFunctionArgumentsDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the FunctionArgumentsDialogContext class.

C#
public FunctionArgumentsDialogContext(RadWorksheetEditor worksheetEditor, FunctionBase function)
Parameters:worksheetEditorRadWorksheetEditor

The worksheet editor.

functionFunctionBase

The function.

Properties

Function

FunctionBase

Gets the function.

C#
public FunctionBase Function { get; }
Property Value:

The function.

Gets the worksheet editor.

C#
public RadWorksheetEditor WorksheetEditor { get; }
Property Value:

The worksheet editor.