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

SpreadsheetControl.FormulaBarExpanded Property

Gets or sets a value indicating whether the integrated formula bar is expanded or collapsed. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public bool FormulaBarExpanded { get; set; }

Property Value

Type Description
Boolean

true, if the formula bar is expanded; otherwise, false.

See Also