SpreadsheetFormulaAutoCompleteOptions.Enabled Property
In This Article
Gets or sets a value indicating whether the Formula AutoComplete feature is enabled. This is a dependency property.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if Formula Auto |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Enabled |
---|---|
Spreadsheet |
|
#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