Back to Devexpress

TdxGalleryPersistent Class

vcl-dxgallerycontrol-b6073bf7.md

latest1.0 KB
Original Source

TdxGalleryPersistent Class

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

Declaration

delphi
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

TObject TPersistent TcxOwnedPersistent TdxGalleryPersistent

See Also

TdxGalleryPersistent Members

dxGalleryControl Unit