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

TdxLayoutCheckBoxItem Class

A check box in the layout control.

#Declaration

Delphi
TdxLayoutCheckBoxItem = class(
    TdxCustomLayoutCheckableItem
)

#Remarks

The layout check box is the auxiliary item that allows you to replace standard and DevExpress check boxes that have no full compatibility with the layout control and speed up draw operations in the control and thus increase an application’s performance.

This class initializes the TabStop property value to True and extends the TdxCustomLayoutCheckableItem ancestor class with the members that provide access to the layout check box and its caption’s common settings (CheckBoxOptions and CaptionOptions) and allow users to change the check box’s state (State).

See Also