Class
InsertFunctionDialogContext

Represents context for the InsertFunctionDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class InsertFunctionDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextInsertFunctionDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

InsertFunctionDialogContext(RadWorksheetEditor, InsertFunctionDialogCategory?)

Initializes a new instance of the InsertFunctionDialogContext class.

Declaration

cs-api-definition
public InsertFunctionDialogContext(RadWorksheetEditor worksheetEditor, InsertFunctionDialogCategory? initialCategory)

Parameters

worksheetEditor

RadWorksheetEditor

The worksheet editor.

initialCategory

InsertFunctionDialogCategory?

The initial category.

Properties

InitialCategory

Gets the initial category.

Declaration

cs-api-definition
public InsertFunctionDialogCategory? InitialCategory { get; }

Property Value

InsertFunctionDialogCategory?

The initial category.

SelectedFunction

Gets or sets the selected function.

Declaration

cs-api-definition
public FunctionView SelectedFunction { get; set; }

Property Value

FunctionView

The selected function.

WorksheetEditor

Gets the worksheet editor.

Declaration

cs-api-definition
public RadWorksheetEditor WorksheetEditor { get; }

Property Value

RadWorksheetEditor

The worksheet editor.

Methods

ApplyChangesFromContext()

Applies the changes from context.

Declaration

cs-api-definition
public void ApplyChangesFromContext()