Back to Devexpress

SpreadsheetFormulaBar.ShowButtons Property

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

latest1.6 KB
Original Source

SpreadsheetFormulaBar.ShowButtons Property

Gets or sets a value indicating whether the Cancel , Enter and Insert function buttons are 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 ShowButtons { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property ShowButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

Get Started with the WinForms Spreadsheet Control

Formulas

SpreadsheetFormulaBar Class

SpreadsheetFormulaBar Members

DevExpress.XtraSpreadsheet Namespace