TdxSpreadSheetAbstractFormulaBar.OptionsBehavior Property
Provides access to the Formula Bar control’s behavior and functionality settings.
Declaration
property OptionsBehavior: TdxSpreadSheetFormulaBarOptionsBehavior read; write;
Property Value
| Type |
|---|
| TdxSpreadSheetFormulaBarOptionsBehavior |
Remarks
You can use this property to manage the control’s Formula AutoComplete functionality. Refer to the TdxSpreadSheetFormulaBarOptionsBehavior class description for detailed information on available options.
See Also