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.UseAlignmentWhenInplace Property

Specifies the manner in which the check box and caption are aligned within an in-place checkbox editor.

#Declaration

Delphi
property UseAlignmentWhenInplace: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

By default, the caption is not drawn within in-place checkbox editors and the check box is painted in the center of the editors. In order to specify that the check box and caption are aligned according to the Alignment property’s value, set the UseAlignmentWhenInplace property to True.

The default value of the UseAlignmentWhenInplace property is False.

See Also