Back to Devexpress

TcxCheckGroupProperties Class

vcl-cxcheckgroup-8f6afe6a.md

latest2.1 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomGroupBoxProperties TcxCustomButtonGroupProperties TcxCustomCheckGroupProperties TcxCheckGroupProperties

See Also

TcxCheckGroupProperties Members

cxCheckGroup Unit