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