Back to Devexpress

TcxCustomCheckBoxProperties.MultiLine Property

vcl-cxcheckbox-dot-tcxcustomcheckboxproperties-98a1ea85.md

latest969 B
Original Source

TcxCustomCheckBoxProperties.MultiLine Property

Determines whether the check box caption is drawn across several lines.

Declaration

delphi
property MultiLine: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Set the MultiLine property to True to enable check box text wrapping. Otherwise, text is drawn in a single line. To set the check box text, use the Caption property.

The default value of the MultiLine property is False.

See Also

TcxCustomCheckBoxProperties.Caption

TcxCustomCheckBoxProperties Class

TcxCustomCheckBoxProperties Members

cxCheckBox Unit