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

ASPxSpreadsheet.ShowFormulaBar Property

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

Namespace: DevExpress.Web.ASPxSpreadsheet

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

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