Skip to main content

TdxLayoutCheckBoxItem Class

A check box in the layout control.

Declaration

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