Back to Devexpress

TdxLayoutCheckBoxItemCheckBoxOptions Class

vcl-dxlayoutcontainer-78971112.md

latest1.8 KB
Original Source

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.

Implements

IdxMultiPartGlyphSupport

Inheritance

TObject TPersistent TInterfacedPersistent TdxCustomLayoutItemOptions TdxLayoutCheckBoxItemCheckBoxOptions

See Also

TdxLayoutCheckBoxItemCheckBoxOptions Members

dxLayoutContainer Unit