Skip to main content

ASPxSpreadsheet.ShowFormulaBar Property

Gets or sets a value that specifies the Formula Bar’s visibility.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(true)]
public bool ShowFormulaBar { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also