TdxLayoutRadioButtonItemCaptionOptions Class
In This Article
Contains a layout radio button caption’s settings.
#Declaration
Delphi
TdxLayoutRadioButtonItemCaptionOptions = class(
TdxCustomLayoutCheckableItemCaptionOptions
)
#Remarks
This class does not introduce any new public members. It only publishes inherited properties. Refer to the TdxLayoutLabeledItemCustomCaptionOptions and TdxCustomLayoutItemCaptionOptions class descriptions for detailed information on available caption options.
A layout radio button’s CaptionOptions property references a TdxLayoutRadioButtonItemCaptionOptions class instance.
#Inheritance
See Also