SpreadsheetFormulaAutoCompleteOptions Class
Contains options affecting the Formula AutoComplete functionality.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
public class SpreadsheetFormulaAutoCompleteOptions :
SpreadsheetOptionsBase<SpreadsheetFormulaAutoCompleteOptions>
Related API Members
The following members return SpreadsheetFormulaAutoCompleteOptions objects:
Remarks
A SpreadsheetFormulaAutoCompleteOptions class instance is accessible using the SpreadsheetControlOptions.FormulaAutoComplete property.
Inheritance
Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
DevExpress.Xpf.Spreadsheet.SpreadsheetOptionsBase<SpreadsheetFormulaAutoCompleteOptions>
SpreadsheetFormulaAutoCompleteOptions
See Also