Skip to main content

TdxSpreadSheetCustomFormulaController Properties

The base class for all classes that implement formula expression controllers in DevExpress products.
Name Description
ArrayFormulas protected Provides access to the list of parsed formula expressions that return array results.
CalculationInProcess Identifies if the formula controller is currently performing a calculation.
Capacity Inherited from TList.
CircularReferencePaths Provides access to the circular reference paths stored by a spreadsheet control’s formula controller.
CircularReferencePathsAsString Returns the list of all circular reference paths in a spreadsheet.
Count Inherited from TList.
FormatSettings Provides access to the format settings used to parse formula expressions.
Items Provides indexed access to the formula expressions managed by this controller.
List Inherited from TList.
OwnObjects Indicates whether the list manages instances of its stored items. Inherited from TcxObjectList.
See Also