Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSpreadSheet.OptionsBehavior Property

Specifies the global behavior and functionality settings applied to the Spreadsheet and Report Designer.

#Declaration

Delphi
property OptionsBehavior: TdxSpreadSheetOptionsBehavior read; write;

#Property Value

Type
TdxSpreadSheetOptionsBehavior

#Remarks

This property set allows you to customize formula calculation settings, disable or enable certain end-user functionality, including but not limited to, the action history and cell management. For the full list of available global behavior and functionality settings, refer to the TdxSpreadSheetOptionsBehavior class description.

See Also