Skip to main content

TdxGalleryControlCustomOptions Class

Serves as the base class for classes that contain gallery control settings.

Declaration

TdxGalleryControlCustomOptions = class(
    TdxGalleryPersistent
)

Remarks

This class does not introduce any new functionality. TdxGalleryControlCustomOptions descendants (TdxGalleryControlOptionsBehavior, TdxGalleryControlOptionsItem, TdxGalleryControlOptionsItemImage, TdxGalleryControlOptionsItemText, TdxGalleryControlOptionsView, and TdxRibbonBackstageViewGalleryControlOptionsViewGroup) extend the base class with various element or feature-specific options.

Inheritance

See Also