Back to Devexpress

IModelSpreadsheetPropertyEditorSettings.EnableFormulaBar Property

expressappframework-devexpress-dot-expressapp-dot-office-dot-imodelspreadsheetpropertyeditorsettings.md

latest1.7 KB
Original Source

IModelSpreadsheetPropertyEditorSettings.EnableFormulaBar Property

Specifies whether the Formula Bar should be displayed.

Namespace : DevExpress.ExpressApp.Office

Assembly : DevExpress.ExpressApp.Office.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Office

Declaration

csharp
[DefaultValue(true)]
[ModelBrowsable(typeof(SpreadsheetModelVisibilityCalculator))]
bool EnableFormulaBar { get; set; }
vb
<ModelBrowsable(GetType(SpreadsheetModelVisibilityCalculator))>
<DefaultValue(True)>
Property EnableFormulaBar As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if the Formula Bar should be displayed; otherwise, false.

|

See Also

IModelSpreadsheetPropertyEditorSettings Interface

IModelSpreadsheetPropertyEditorSettings Members

DevExpress.ExpressApp.Office Namespace