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

SpreadsheetFormulaBarControl.Expanded Property

Gets or sets whether the Formula Bar is expanded or collapsed.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

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

Property Value

Type Default Description
Boolean false

true if the Formula Bar is expanded; otherwise, false.

See Also