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