Back to Devexpress

TdxCustomLayoutItemCaptionOptions.VisibleElements Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutitemcaptionoptions-fc210f15.md

latest1.4 KB
Original Source

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

TdxCustomLayoutItemCaptionOptions Class

TdxCustomLayoutItemCaptionOptions Members

dxLayoutContainer Unit