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

TcxCustomCheckGroupProperties Class

Provides settings for check group editors.

#Declaration

Delphi
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