Class InsertFunctionDialogContext
Represents context for the InsertFunctionDialog.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class InsertFunctionDialogContext : RadSpreadsheetDialogContext
Constructors
InsertFunctionDialogContext(RadWorksheetEditor, Nullable<InsertFunctionDialogCategory>)
Initializes a new instance of the InsertFunctionDialogContext class.
Declaration
public InsertFunctionDialogContext(RadWorksheetEditor worksheetEditor, Nullable<InsertFunctionDialogCategory> initialCategory)
Parameters
RadWorksheetEditor
worksheetEditor
The worksheet editor. |
System.Nullable<InsertFunctionDialogCategory>
initialCategory
The initial category. |
Properties
InitialCategory
Gets the initial category.
Declaration
public Nullable<InsertFunctionDialogCategory> InitialCategory { get; }
Property Value
System.Nullable<InsertFunctionDialogCategory>
The initial category. |
SelectedFunction
Gets or sets the selected function.
Declaration
public FunctionView SelectedFunction { get; set; }
Property Value
FunctionView
The selected function. |
WorksheetEditor
Gets the worksheet editor.
Declaration
public RadWorksheetEditor WorksheetEditor { get; }
Property Value
RadWorksheetEditor
The worksheet editor. |
Methods
ApplyChangesFromContext()
Applies the changes from context.
Declaration
public void ApplyChangesFromContext()