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

SpreadsheetFormulaBarControl Class

A control that displays the cell address and the contents of the current cell. Use it to enter or edit formulas and cell data.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public class SpreadsheetFormulaBarControl :
    Control,
    IFormulaBarControl,
    IFormulaBarControllerOwner

Remarks

SpreadsheetFormulaBar

Use the SpreadsheetFormulaBarControl.ShowNameBox property to show or hide a name box part of the control. Use the SpreadsheetFormulaBarControl.ShowFormulaBarButtons property to show or hide OK, Cancel and Function buttons. Use the SpreadsheetFormulaBarControl.ShowFormulaBarEditor property to show or hide the control’s edit box.

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the SpreadsheetFormulaBarControl class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also