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

SpreadsheetFormulaBar.SpreadsheetControl Property

Gets or sets the SpreadsheetControl to which the SpreadsheetFormulaBar is bound.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

[DXCategory("AssociatedComponents")]
[DefaultValue(null)]
public ISpreadsheetControl SpreadsheetControl { get; set; }

Property Value

Type Default Description
DevExpress.XtraSpreadsheet.ISpreadsheetControl *null*

A SpreadsheetControl with which the Formula Bar interacts.

See Also