Back to Devexpress

SpreadsheetFormulaBarControl Class

windowsforms-devexpress-dot-xtraspreadsheet-88c624d5.md

latest2.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
[ComVisible(false)]
[DXLicenseWinForms]
public class SpreadsheetFormulaBarControl :
    XtraUserControl,
    IToolTipControlClient,
    IFormulaBarControllerOwner,
    IFormulaBarControl
vb
<ComVisible(False)>
<DXLicenseWinForms>
Public Class SpreadsheetFormulaBarControl
    Inherits XtraUserControl
    Implements 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

IXtraResizableControl

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl SpreadsheetFormulaBarControl

See Also

SpreadsheetFormulaBarControl Members

Formulas

DevExpress.XtraSpreadsheet Namespace