Skip to main content
A newer version of this page is available. .

SpreadsheetFormulaBarControl Class

Displays the content of the active cell and is used to view, enter and edit formulas and cell data in the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

[ComVisible(false)]
[ToolboxBitmap(typeof(SpreadsheetFormulaBarControl), "Bitmaps256.FormulaBarControl.bmp")]
[Docking(DockingBehavior.Ask)]
public class SpreadsheetFormulaBarControl :
    XtraUserControl,
    IToolTipControlClient,
    IFormulaBarControllerOwner,
    IFormulaBarControl

Remarks

The SpreadsheetFormulaBarControl class specifies a visual control that displays the content of the active cell. The Formula Bar is used to view, enter and edit formulas and cell data.

FormulaBarElements

The SpreadsheetFormulaBarControl.SpreadsheetControl property should be set to the SpreadsheetControl instance to bind the formula bar control to the spreadsheet.

See Also