Class RadSpreadsheetFormulaBar
Provides methods and properties for using RadSpreadsheetFormulaBar.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
[TelerikToolboxCategory("Documents")]
public class RadSpreadsheetFormulaBar : RadSpreadsheetAttachedControlBase
Constructors
RadSpreadsheetFormulaBar()
Initializes a new instance of the RadSpreadsheetFormulaBar class.
Declaration
public RadSpreadsheetFormulaBar()
Fields
AreCancelEnterButtonsEnabledProperty
The Dependency property AreCancelEnterButtonsEnabledProperty.
Declaration
public static readonly DependencyProperty AreCancelEnterButtonsEnabledProperty
Field Value
System.Windows.DependencyProperty
|
IsFormulaBarEnabledProperty
The Dependency property IsFormulaBarEnabledProperty.
Declaration
public static readonly DependencyProperty IsFormulaBarEnabledProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ApplyChangesCommand
Gets the apply changes command.
Declaration
public ICommand ApplyChangesCommand { get; }
Property Value
System.Windows.Input.ICommand
The apply changes command. |
CancelChangesCommand
Gets the cancel changes command.
Declaration
public ICommand CancelChangesCommand { get; }
Property Value
System.Windows.Input.ICommand
The cancel changes command. |
IsFormulaBarButtonEnabled
Gets or sets a value indicating whether the formula bar button is enabled.
Declaration
public bool IsFormulaBarButtonEnabled { get; set; }
Property Value
System.Boolean
The formula bar button IsEnabled state. |
IsFormulaBarEnabled
Gets or sets a value indicating whether the formula bar is enabled.
Declaration
public bool IsFormulaBarEnabled { get; set; }
Property Value
System.Boolean
The formula bar IsEnabled state. |
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()
OnRadSpreadsheetPropertyChangedOverride()
Called when RadSpreadsheet property is changed.
Declaration
protected override void OnRadSpreadsheetPropertyChangedOverride()