Skip to main content

TdxCustomImageSlider.Images Property

Specifies a collection of images to be displayed in the slider control.

Declaration

property Images: TcxImageCollection read; write;

Property Value

Type
TcxImageCollection

Remarks

With the Images and MultiFrameImage properties, you can provide images for display in the slider control. The MultiFrameImage property has priority over the Images property – if both the properties are specified, the slider control displays the images provided by the MultiFrameImage property.

Use the GoToNextImage, GoToPrevImage, and GoToImage methods, and the ItemIndex property to programmatically slide images. To specify how the images are scaled to fit the slider control, use the ImageFitMode property.

See Also