Skip to main content

TcxCheckGroupProperties Class

Provides settings specific for the TcxCheckGroup and TcxDBCheckGroup editors.

Declaration

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