TdxLayoutNonLabeledItem.CaptionOptions Property
Specifies caption settings for non-label auxiliary layout items (TdxLayoutEmptySpaceItem and TdxLayoutSplitterItem).
Declaration
property CaptionOptions: TdxLayoutNonLabeledItemCaptionOptions read; write;
Property Value
Type |
---|
TdxLayoutNonLabeledItemCaptionOptions |
Remarks
Refer to the TdxLayoutNonLabeledItemCaptionOptions class description to learn about these options.
Note
A non-label layout item’s caption specified via the CaptionOptions.Text property is only used within the Customization Form.
See Also