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

SpreadsheetFormulaBarControl.SpreadsheetControl Property

Gets or sets the SpreadsheetControl to which the formula bar control is bound. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v21.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public ISpreadsheetControl SpreadsheetControl { get; set; }

Property Value

Type Description
DevExpress.XtraSpreadsheet.ISpreadsheetControl

A SpreadsheetControl with which the formula bar interacts.

See Also