TcxCustomCheckBoxProperties.Caption Property
Identifies the text which describes a check box.
Declaration
property Caption: TCaption read; write;
Property Value
Type |
---|
TCaption |
Remarks
The Caption property defines the text which is displayed beside the check box of the TcxCustomCheckBox editor. The manner in which the text is displayed is specified by the Alignment and MultiLine properties.
Note
This property is obsolete**. To specify a caption for an editor, use its Caption property.
See Also