Provides methods and properties for using RadSpreadsheetFormulaBar.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
[TelerikToolboxCategory("Documents")]
public class RadSpreadsheetFormulaBar : RadSpreadsheetAttachedControlBase, IWeakEventListener
Inheritance: objectControlBaseRadSpreadsheetAttachedControlBaseRadSpreadsheetFormulaBar
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadSpreadsheetFormulaBar class.
public RadSpreadsheetFormulaBar()
Fields
AreCancelEnterButtonsEnabledProperty
DependencyProperty
The Dependency property AreCancelEnterButtonsEnabledProperty.
public static readonly DependencyProperty AreCancelEnterButtonsEnabledProperty
IsFormulaBarEnabledProperty
DependencyProperty
The Dependency property IsFormulaBarEnabledProperty.
public static readonly DependencyProperty IsFormulaBarEnabledProperty
Properties
Gets the apply changes command.
public ICommand ApplyChangesCommand { get; }
The apply changes command.
Gets the cancel changes command.
public ICommand CancelChangesCommand { get; }
The cancel changes command.
Gets or sets a value indicating whether the formula bar button is enabled.
public bool IsFormulaBarButtonEnabled { get; set; }
The formula bar button IsEnabled state.
Gets or sets a value indicating whether the formula bar is enabled.
public bool IsFormulaBarEnabled { get; set; }
The formula bar IsEnabled state.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when RadSpreadsheet property is changed.
protected override void OnRadSpreadsheetPropertyChangedOverride()
Overrides: