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

TdxCustomContainerReportLinkOptionsTransparent Class

Contains the transparency settings.

#Declaration

Delphi
TdxCustomContainerReportLinkOptionsTransparent = class(
    TdxCustomContainerReportLinkOptions
)

#Remarks

The TdxCustomContainerReportLinkOptionsTransparent class contains he transparency settings. These settings enable the transparent painting of:

  • the aggregated containers (see the Containers property);

  • the aggregated controls background (see the Controls property);

  • the aggregated graphics (see the Graphics property);

  • the container background (see the Root property).

The TdxCustomContainerReportLinkOptionsTransparent object is referenced by a container report link’s OptionsTransparent property.

#Inheritance

TObject
TPersistent
TdxCustomContainerReportLinkOptions
TdxCustomContainerReportLinkOptionsTransparent
See Also