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
Constructors
Initializes a new instance of the InsertFunctionDialogContext class.
C#
public InsertFunctionDialogContext(RadWorksheetEditor worksheetEditor, InsertFunctionDialogCategory? initialCategory)
The worksheet editor.
initialCategoryInsertFunctionDialogCategory?The initial category.
Properties
Gets the initial category.
C#
public InsertFunctionDialogCategory? InitialCategory { get; }
The initial category.
Gets or sets the selected function.
C#
public FunctionView SelectedFunction { get; set; }
The selected function.
Gets the worksheet editor.
C#
public RadWorksheetEditor WorksheetEditor { get; }
The worksheet editor.
Methods
Applies the changes from context.
C#
public void ApplyChangesFromContext()