TcxGridRowLayoutItem.CaptionOptions Property
In This Article
Specifies the layout item’s caption options.
#Declaration
Delphi
property CaptionOptions: TcxGridRowLayoutItemCaptionOptions read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Contains caption options of the row layout item. |
#Remarks
Refer to the TcxGridRowLayoutItemCaptionOptions class description for information on available options.
See Also