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

Specifies the look and feel of all dialogs displayed by the Spreadsheet and Report Designer controls.

#Declaration

Delphi
property DialogsLookAndFeel: TcxLookAndFeel read; write;

#Property Value

Type
TcxLookAndFeel

#Remarks

This property controls the look and feel of all the dialogs provided by the control, including but not limited to, the Customize Object, Format Cells, Insert, and Delete dialogs.

The DialogsLookAndFeel.NativeStyle property specifies whether the dialog’s elements are drawn using the display settings determined by the operating system. If the DialogsLookAndFeel.NativeStyle property is set to False, you can use the DialogsLookAndFeel.Kind and DialogsLookAndFeel.SkinName properties to specify the look and feel of the control’s dialogs.

For detailed information on working with the Look and Feel technology, refer to the Appearance Customization topic and the TcxLookAndFeel class description.

See Also