Skip to main content
A newer version of this page is available. .

TcxGridCustomLayoutItemCaptionOptions Class

Contains caption settings for a grid layout item.

Declaration

TcxGridCustomLayoutItemCaptionOptions = class(
    TdxLayoutLabeledItemCustomCaptionOptions
)

Remarks

This class extends its ancestor with the Item property that allows you to access the owner of the caption settings.

The grid layout item’s CaptionOptions property references a TcxGridCustomLayoutItemCaptionOptions object.

See Also