Back to Devexpress

GalleryOptionsImageLoad Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-a0ec544d.md

latest1.7 KB
Original Source

GalleryOptionsImageLoad Class

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

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class GalleryOptionsImageLoad :
    BaseOptions
vb
Public Class GalleryOptionsImageLoad
    Inherits BaseOptions

The following members return GalleryOptionsImageLoad objects:

Remarks

To access properties provided by the GalleryOptionsImageLoad class, use the gallery’s BaseGallery.OptionsImageLoad property.

Inheritance

Object ViewStatePersisterCore BaseOptions GalleryOptionsImageLoad

See Also

GalleryOptionsImageLoad Members

OptionsImageLoad

DevExpress.XtraBars.Ribbon.Gallery Namespace