Skip to main content

TcxGridRowLayoutItemCaptionOptions Class

Contains caption settings for a row layout item.

Declaration

TcxGridRowLayoutItemCaptionOptions = class(
    TcxGridCustomLayoutItemCaptionOptions
)

Remarks

This class extends its ancestor with the Layout property that allows you to specify the caption position in a row layout item.

The row layout item’s CaptionOptions property references a TcxGridRowLayoutItemCaptionOptions object.

See Also