TcxGridCustomLayoutItemCaptionOptions Class
In This Article
Contains caption settings for a grid layout item.
#Declaration
Delphi
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.
#Inheritance
See Also