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

TdxCustomLayoutItemCaptionOptions.VisibleElements Property

Specifies which caption elements are visible.

#Declaration

Delphi
property VisibleElements: TdxLayoutItemCaptionVisibleElements read; write; default [cveImage, cveText];

#Property Value

Type
TdxLayoutItemCaptionVisibleElements

#Remarks

A layout element shows the caption only if at least one caption element is visible. Refer to the TdxLayoutItemCaptionVisibleElements type description for detailed information on available options.

Note

The VisibleElements property is in effect only if the following conditions are met:

The VisibleElements property’s default value is [cveImage,cveText].

See Also