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

Provides access to style settings for the visual elements of the Spreadsheet or Report Designer control.

#Declaration

Delphi
property Styles: TdxSpreadSheetStyles read; write;

#Property Value

Type
TdxSpreadSheetStyles

#Remarks

Use this property collectively with the LookAndFeel and OptionsView properties to customize the control’s appearance on the global level.

Refer to the TdxSpreadSheetStyles class description to learn about the appearance settings provided by the Styles property set.

See Also