Skip to main content
A newer version of this page is available. .

GalleryOptionsImageLoad.AnimationType Property

Gets or sets the animation that follows image loading for items within this gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(ImageContentAnimationType.None)]
public ImageContentAnimationType AnimationType { get; set; }

Property Value

Type Default Description
DevExpress.Utils.ImageContentAnimationType **None**

An DevExpress.Utils.ImageContentAnimationType enumerator value that specifies the animation that follows image loading for items within this gallery.

Property Paths

You can access this nested property as listed below:

Object Type Path to AnimationType
BaseGallery
.OptionsImageLoad.AnimationType
GalleryControlGallery
.OptionsImageLoad.AnimationType
InDropDownGallery
.OptionsImageLoad.AnimationType
InRibbonGallery
.OptionsImageLoad.AnimationType
StandaloneGallery
.OptionsImageLoad.AnimationType
PopupGalleryEditGallery
.OptionsImageLoad.AnimationType

Remarks

The animation specified by the AnimationType property is used when gallery items load their images asynchronously. See the BaseGallery.OptionsImageLoad property to learn more.

See Also