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.1.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.
The SpreadsheetFormulaBarControl.SpreadsheetControl property should be set to the SpreadsheetControl instance to bind the formula bar control to the spreadsheet.
Implements
Inheritance
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
UserControl
XtraUserControl
SpreadsheetFormulaBarControl
See Also