Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxImageSliderPreviewOptions Class

Contains settings for an image slider control‘s preview panel.

#Declaration

Delphi
TdxImageSliderPreviewOptions = class(
    TcxOwnedPersistent
)

#Remarks

Use the properties provided by this class to customize the look & feel of the preview panel and its thumbnails, including the panel’s display position and size, the arrangement of thumbnail images, the alignment of thumbnail captions, etc.

A TdxImageSliderPreviewOptions object is referenced by an image slider control’s PreviewOptions property.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxImageSliderPreviewOptions
See Also