windowsforms-devexpress-dot-xtraspreadsheet-88c624d5.md
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.v25.2.dll
NuGet Package : DevExpress.Win.Spreadsheet
[ComVisible(false)]
[DXLicenseWinForms]
public class SpreadsheetFormulaBarControl :
XtraUserControl,
IToolTipControlClient,
IFormulaBarControllerOwner,
IFormulaBarControl
<ComVisible(False)>
<DXLicenseWinForms>
Public Class SpreadsheetFormulaBarControl
Inherits XtraUserControl
Implements IToolTipControlClient,
IFormulaBarControllerOwner,
IFormulaBarControl
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.
Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl SpreadsheetFormulaBarControl
See Also