Back to Devexpress

SpreadsheetFormulaAutoCompleteOptions.Enabled Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetformulaautocompleteoptions.md

latest2.3 KB
Original Source

SpreadsheetFormulaAutoCompleteOptions.Enabled Property

Gets or sets a value indicating whether the Formula AutoComplete feature is enabled.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true , if Formula AutoComplete is enabled; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Enabled
SpreadsheetControlOptions

.FormulaAutoComplete .Enabled

|

Remarks

Use the Enabled property to switch the Formula AutoComplete functionality on or off.

To control what items appear in the Formula AutoComplete drop-down list, use the SpreadsheetFormulaAutoCompleteOptions.SearchMode property.

See Also

Formula AutoComplete

SpreadsheetFormulaAutoCompleteOptions Class

SpreadsheetFormulaAutoCompleteOptions Members

DevExpress.XtraSpreadsheet Namespace