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

TdxLayoutItemControlOptions.Opaque Property

Specifies whether an embedded control is completely opaque.

#Declaration

Delphi
property Opaque: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Options include:

Value Description
False (default) An embedded control can have transparent elements that blend with the layout element‘s background drawn by the Layout Control. This mode is compatible with all graphic controls, such as TBevel or TImage.
True An embedded control either does not have transparent elements or draws its opaque background. The Layout Control never draws a background for the layout element in this mode.

The Opaque property’s default value is False.

See Also