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

Represents context for the InsertFunctionDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class InsertFunctionDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextInsertFunctionDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the InsertFunctionDialogContext class.

C#
public InsertFunctionDialogContext(RadWorksheetEditor worksheetEditor, InsertFunctionDialogCategory? initialCategory)
Parameters:worksheetEditorRadWorksheetEditor

The worksheet editor.

initialCategoryInsertFunctionDialogCategory?

The initial category.

Properties

Gets the initial category.

C#
public InsertFunctionDialogCategory? InitialCategory { get; }
Property Value:

The initial category.

Gets or sets the selected function.

C#
public FunctionView SelectedFunction { get; set; }
Property Value:

The selected function.

Gets the worksheet editor.

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

The worksheet editor.

Methods

Applies the changes from context.

C#
public void ApplyChangesFromContext()