Skip to main content

TdxCustomSpreadSheet.DialogsLookAndFeel Property

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

Declaration

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