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

TdxPDFViewer.ParentColor Property

Specifies if the PDF Viewer control uses the color of its parent.

#Declaration

Delphi
property ParentColor; default False;

#Property Value

Type Default
Boolean False

#Remarks

If this property is set to True, the color of the control’s parent is automatically assigned to the PDF Viewer control’s Color property. Changing the control’s Color property value automatically sets the ParentColor property to False.

The default value of the ParentColor property is False.

See Also