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

GalleryOptionsImageLoad Class

Provides access to properties that manage the asynchronous image loading feature for this gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class GalleryOptionsImageLoad :
    BaseOptions

The following members accept/return GalleryOptionsImageLoad objects:

Remarks

To access properties provided by the GalleryOptionsImageLoad class, use the gallery’s BaseGallery.OptionsImageLoad property. See this link to learn more.

Inheritance

See Also