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

TdxSpreadSheetTableView.Options Property

Specifies the Table View worksheet’s appearance and functionality settings.

#Declaration

Delphi
property Options: TdxSpreadSheetTableViewOptions read; write;

#Property Value

Type
TdxSpreadSheetTableViewOptions

#Remarks

The worksheet-level settings provided by this property, have higher priority than the similar global appearance and functionality settings provided by the Spreadsheet control‘s OptionsView property. Refer to the TdxSpreadSheetTableViewOptions class description for information on particular settings.

Note

To increase the performance of a spreadsheet-based application, you can enclose the code that modifies the Table View worksheet’s appearance within BeginUpdate/EndUpdate method blocks.

See Also