Skip to main content

TdxGalleryPersistent Class

The base class for classes that contain a reference to the gallery control that owns them.

Declaration

TdxGalleryPersistent = class(
    TcxOwnedPersistent
)

Remarks

This class introduces the Owner property to reference the gallery control (a TdxCustomGalleryControl object) that owns the TdxGalleryPersistent class instance. The TdxGalleryPersistent class is the ancestor of the TdxGalleryControlCustomOptions class.

Inheritance

See Also