Skip to main content
A newer version of this page is available. .

SpreadsheetFormulaAutoCompleteOptions Class

Contains options affecting the Formula AutoComplete functionality.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.2.dll

Declaration

public class SpreadsheetFormulaAutoCompleteOptions :
    SpreadsheetOptionsBase<SpreadsheetFormulaAutoCompleteOptions>

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