Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

#Declaration

[ComVisible(false)]
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