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.OptionsView Property

Specifies the global appearance and functionality settings applied to the Spreadsheet or Report Designer control.

#Declaration

Delphi
property OptionsView: TdxSpreadSheetOptionsView read; write;

#Property Value

Type
TdxSpreadSheetOptionsView

#Remarks

Use this property to customize the appearance and functionality settings that affect all sheets within a workbook. Refer to the TdxSpreadSheetOptionsView class description to learn more about these settings.

To change the apperance settings for individual worksheets, use the Table View worksheet’s Options property.

Note

To postpone immediate control repainting in response to layout/appearance changes, enclose the code that performs these modifications within BeginUpdate/EndUpdate procedure blocks.

See Also