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

TdxLayoutCheckBoxItemCheckBoxOptions Class

Contains a layout check box item‘s settings.

#Declaration

Delphi
TdxLayoutCheckBoxItemCheckBoxOptions = class(
    TdxCustomLayoutItemOptions,
    IdxMultiPartGlyphSupport
)

#Remarks

This class provides the following members that allow you to:

  • Specify if the check box can have the grayed state (AllowGrayed).

  • Customize the check box’s appearance (GlyphCount and Glyph).

  • Switch the check box between editable and read-only modes (ReadOnly).

  • Respond to a check box’s changes (OnChange).

The layout element‘s CheckBoxOptions property references a TdxLayoutCheckBoxItemCheckBoxOptions class instance.

#Inheritance

See Also