Skip to main content

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

NuGet Package: DevExpress.Win.Spreadsheet

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