TdxCheckGroupBoxProperties Class
Contains appearance and behavior settings of a checkable group box editor (the TdxCheckGroupBox or TdxDBCheckGroupBox component).
Declaration
TdxCheckGroupBoxProperties = class(
TcxCustomGroupBoxProperties
)
Remarks
This class does not introduce any new functionality. It simply publishes some properties and events inherited from its base classes.
A TdxCheckGroupBoxProperties object is referenced by a checkable group box editor’s Properties and ActiveProperties properties.
Inheritance
See Also