Skip to main content

TcxGridRowLayoutItemCaptionOptions.Layout Property

Specifies a caption’s position within a row layout item.

Declaration

property Layout; default clLeft;

Property Value

Type Default Description
TdxCaptionLayout clLeft

A layout item‘s caption position.

Remarks

Refer to the TdxCaptionLayout class description for information on available options.

The Layout property’s default value is clLeft.

See Also