menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormulaBar - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FormulaBar

    Class which holds the properties and operations related with controls such as NameBox, FormulaTextBox, EndEdit button and CancelEdit button in SfSpreadsheet.

    Inheritance
    System.Object
    FormulaBar
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Spreadsheet
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class FormulaBar : Control, IDisposable
    Remarks

    The Formula Bar is located above the worksheet area of the spreadsheet. The formula bar displays the data or formula stored in the active cell.

    The Name Box is located next to the formula bar above the worksheet area. The Name Box normally displays the cell reference of the active cell.

    The EndEdit Button is used to save the entered the data and end edit the cell.

    The CancelEdit Button is used to revert the newly entered data and end edit the cell.

    Constructors

    FormulaBar()

    Initializes a new instance of the FormulaBar class.

    Declaration
    public FormulaBar()

    Methods

    Dispose()

    Dispose the live instances

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    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()
    Remarks

    Builds the visual tree for the Formula Bar when a new template is applied.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved