Back to Devexpress

TdxCustomLayoutItemCaptionOptions.Layout Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutitemcaptionoptions-889eca28.md

latest1.5 KB
Original Source

TdxCustomLayoutItemCaptionOptions.Layout Property

Determines where caption text appears within an item.

Declaration

delphi
property Layout: TdxCaptionLayout read; write;

Property Value

Type
TdxCaptionLayout

Remarks

Set the Layout property to determine caption region position. Caption region position is determined based upon the control contained within an item. Available values for the Layout property include:

ValueDescriptionExample
clLeftCaption text appears near the left side of the control contained within an item.
clTopCaption text appears near the top of the control contained within an item.
clRightCaption text appears near the right side of the control contained within an item.
clBottomCaption text appears near the bottom side of the control contained within an item.

See Also

TdxCustomLayoutItemCaptionOptions Class

TdxCustomLayoutItemCaptionOptions Members

dxLayoutContainer Unit