Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetFormulaAutoCompleteOptions.Enabled Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[DefaultValue(true)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
SpreadsheetControlOptions

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