Back to Devexpress

TdxLayoutItemCaptionVisibleElements Type

vcl-dxlayoutcontainer-5e2ea501.md

latest1022 B
Original Source

TdxLayoutItemCaptionVisibleElements Type

Enumerates elements displayed in a layout element caption.

Declaration

delphi
TdxLayoutItemCaptionVisibleElements = set of TdxLayoutItemCaptionVisibleElement;

Referenced Class

Type
TdxLayoutItemCaptionVisibleElement

Remarks

Values include:

ValueMeaning
cveImageExplanatory image (see the Glyph and ImageIndex properties).
cveTextDescriptive text (see the Text property).

See Also

TdxCustomLayoutItemCaptionOptions.VisibleElements

dxLayoutContainer Unit