New to Telerik UI for WPFStart a free 30-day trial

Provides methods and properties for using RadSpreadsheetFormulaBar.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
[TelerikToolboxCategory("Documents")]
public class RadSpreadsheetFormulaBar : RadSpreadsheetAttachedControlBase, IWeakEventListener

Inheritance: objectControlBaseRadSpreadsheetAttachedControlBaseRadSpreadsheetFormulaBar

Implements: IWeakEventListener

Inherited Members RadSpreadsheetAttachedControlBase.RadSpreadsheetPropertyRadSpreadsheetAttachedControlBase.RadSpreadsheetControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

Initializes a new instance of the RadSpreadsheetFormulaBar class.

C#
public RadSpreadsheetFormulaBar()

Fields

The Dependency property AreCancelEnterButtonsEnabledProperty.

C#
public static readonly DependencyProperty AreCancelEnterButtonsEnabledProperty

IsFormulaBarEnabledProperty

DependencyProperty

The Dependency property IsFormulaBarEnabledProperty.

C#
public static readonly DependencyProperty IsFormulaBarEnabledProperty

Properties

Gets the apply changes command.

C#
public ICommand ApplyChangesCommand { get; }
Property Value:

The apply changes command.

Gets the cancel changes command.

C#
public ICommand CancelChangesCommand { get; }
Property Value:

The cancel changes command.

Gets or sets a value indicating whether the formula bar button is enabled.

C#
public bool IsFormulaBarButtonEnabled { get; set; }
Property Value:

The formula bar button IsEnabled state.

Gets or sets a value indicating whether the formula bar is enabled.

C#
public bool IsFormulaBarEnabled { get; set; }
Property Value:

The formula bar IsEnabled state.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Called when RadSpreadsheet property is changed.

C#
protected override void OnRadSpreadsheetPropertyChangedOverride()

Overrides: RadSpreadsheetAttachedControlBase.OnRadSpreadsheetPropertyChangedOverride()