Class
RadSpreadsheetFormulaBar

Provides methods and properties for using RadSpreadsheetFormulaBar.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
[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

RadSpreadsheetFormulaBar()

Initializes a new instance of the RadSpreadsheetFormulaBar class.

Declaration

cs-api-definition
public RadSpreadsheetFormulaBar()

Fields

AreCancelEnterButtonsEnabledProperty

The Dependency property AreCancelEnterButtonsEnabledProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty AreCancelEnterButtonsEnabledProperty

Field Value

DependencyProperty

IsFormulaBarEnabledProperty

The Dependency property IsFormulaBarEnabledProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty IsFormulaBarEnabledProperty

Field Value

DependencyProperty

Properties

ApplyChangesCommand

Gets the apply changes command.

Declaration

cs-api-definition
public ICommand ApplyChangesCommand { get; }

Property Value

ICommand

The apply changes command.

CancelChangesCommand

Gets the cancel changes command.

Declaration

cs-api-definition
public ICommand CancelChangesCommand { get; }

Property Value

ICommand

The cancel changes command.

IsFormulaBarButtonEnabled

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

Declaration

cs-api-definition
public bool IsFormulaBarButtonEnabled { get; set; }

Property Value

bool

The formula bar button IsEnabled state.

IsFormulaBarEnabled

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

Declaration

cs-api-definition
public bool IsFormulaBarEnabled { get; set; }

Property Value

bool

The formula bar IsEnabled state.

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnRadSpreadsheetPropertyChangedOverride()

Called when RadSpreadsheet property is changed.

Declaration

cs-api-definition
protected override void OnRadSpreadsheetPropertyChangedOverride()

Overrides RadSpreadsheetAttachedControlBase.OnRadSpreadsheetPropertyChangedOverride()