ClassRadSpreadsheetFormulaBar
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
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
DependencyProperty
IsFormulaBarEnabledProperty
The Dependency property IsFormulaBarEnabledProperty.
Declaration
public static readonly DependencyProperty IsFormulaBarEnabledProperty
Field Value
DependencyProperty
Properties
ApplyChangesCommand
Gets the apply changes command.
Declaration
public ICommand ApplyChangesCommand { get; }
Property Value
The apply changes command.
CancelChangesCommand
Gets the cancel changes command.
Declaration
public ICommand CancelChangesCommand { get; }
Property Value
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
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
The formula bar IsEnabled state.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnRadSpreadsheetPropertyChangedOverride()
Called when RadSpreadsheet property is changed.
Declaration
protected override void OnRadSpreadsheetPropertyChangedOverride()
Overrides