Back to Devexpress

SpreadsheetFormulaBar.ShowEditor Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetformulabar-a0ae181a.md

latest1.6 KB
Original Source

SpreadsheetFormulaBar.ShowEditor Property

Gets or sets a value indicating whether the formula editor is displayed in the Formula Bar.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool ShowEditor { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property ShowEditor As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to display the Formula Bar ‘s editor; otherwise, false.

|

See Also

Get Started with the WinForms Spreadsheet Control

Formulas

SpreadsheetFormulaBar Class

SpreadsheetFormulaBar Members

DevExpress.XtraSpreadsheet Namespace