Skip to main content

TcxCustomCheckGroupProperties Class

Provides settings for check group editors.

Declaration

TcxCustomCheckGroupProperties = class(
    TcxCustomButtonGroupProperties,
    IdxMultiPartGlyphSupport
)

Remarks

The TcxCustomCheckGroupProperties class serves as the base for the TcxCheckGroupProperties object. The latter provides settings for the TcxCheckGroup and TcxDBCheckGroup editors. Note that the TcxCustomCheckGroupProperties class implements all the properties and events required by its descendant. The TcxCheckGroupProperties class simply publishes these members.

Properties provided by the TcxCustomCheckGroupProperties object enable you to specify the check boxes collection, the layout and appearance of check boxes, the available check states and custom check glyphs. The introduced OnStatesToEditValue and OnEditValueToStates events enable you to provide a custom correspondence between the check states and the edit value.

See Also