vcl-cxcheckgroup-8f6afe6a.md
Provides settings specific for the TcxCheckGroup and TcxDBCheckGroup editors.
TcxCheckGroupProperties = class(
TcxCustomCheckGroupProperties
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomGroupBoxProperties TcxCustomButtonGroupProperties TcxCustomCheckGroupProperties TcxCheckGroupProperties
See Also