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.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:

Value Description Example
clLeft Caption text appears near the left side of the control contained within an item.
clTop Caption text appears near the top of the control contained within an item.
clRight Caption text appears near the right side of the control contained within an item.
clBottom Caption text appears near the bottom side of the control contained within an item.
See Also