Back to Devexpress

TdxGalleryControlCustomOptions Class

vcl-dxgallerycontrol-354b5c45.md

latest1.5 KB
Original Source

TdxGalleryControlCustomOptions Class

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

Declaration

delphi
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

TObject TPersistent TcxOwnedPersistent TdxGalleryPersistent TdxGalleryControlCustomOptions

See Also

TdxGalleryControlCustomOptions Members

dxGalleryControl Unit