Skip to main content

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool FormulaBarExpanded { get; set; }

Property Value

Type Description
Boolean

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

See Also