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