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

TcxCheckGroupProperties Class

Provides settings specific for the TcxCheckGroup and TcxDBCheckGroup editors.

#Declaration

Delphi
TcxCheckGroupProperties = class(
    TcxCustomCheckGroupProperties
)

#Remarks

TcxCheckGroupProperties objects are available via the Properties property of TcxCheckGroup and TcxDBCheckGroup controls. Such objects provide properties and events specific to the owning editor. When a radio group editor is used for in-place editing in container controls, editor settings are also provided by TcxCheckGroupProperties objects that are available via container control’s particular members. To control any changes made to the editor’s ReadOnly property and reverse its value back to the default one, use the AssignedValues property.

The TcxCheckGroupProperties object inherits all its functionality from the TcxCustomCheckGroupProperties object and simply publishes the required properties and events.

See Also