Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomCheckBoxProperties.Caption Property

Identifies the text which describes a check box.

#Declaration

Delphi
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