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

TdxPDFCustomViewer.DialogsLookAndFeel Property

Specifies the look and feel of all dialogs displayed by the PDF Viewer control.

#Declaration

Delphi
property DialogsLookAndFeel: TcxLookAndFeel read; write;

#Property Value

Type
TcxLookAndFeel

#Remarks

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 PDF Viewer control’s dialogs.

For additional information, refer to the TcxLookAndFeel class description.

See Also