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

Declaration

public class SpreadsheetFormulaBarControl :
    Control,
    IFormulaBarControllerOwner,
    IFormulaBarControl

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.

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

See Also