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

SpreadsheetFormulaBar.Expanded Property

Gets or sets a value indicating whether the Formula Bar‘s editor is expanded to allow multiline editing.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

[DefaultValue(false)]
public bool Expanded { get; set; }

Property Value

Type Default Description
Boolean **false**

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

See Also