Class FormulaBarFunctionEditor
Provides the base class from which the classes that represent cell editors are derived.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FormulaBarFunctionEditor : CellEditorBase, ICellEditor, ICommandDescriptorsProvider
Constructors
FormulaBarFunctionEditor()
Initializes a new instance of the FormulaBarFunctionEditor class.
Declaration
public FormulaBarFunctionEditor()
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()