Back to Devexpress

TdxCaptionLayout Enum

vcl-dxlayoutcontainer-4f499e4b.md

latest1.8 KB
Original Source

TdxCaptionLayout Enum

Enumerates caption positions within a layout item.

Declaration

delphi
TdxCaptionLayout = (
    clLeft,
    clTop,
    clRight,
    clBottom
);

Members

NameDescriptionExample
clLeft

The item displays its caption at the left border.

|

| | clTop |

The item displays its caption at the top border.

|

| | clRight |

The item displays its caption at the right border.

|

| | clBottom |

The item displays its caption at the bottom border.

|

|

Remarks

The following properties reference the TdxCaptionLayout type:

See Also

dxLayoutContainer Unit