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

GalleryOptionsImageLoad.AsyncLoad Property

Gets or sets whether items in this gallery should load their images asynchronously.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
public bool AsyncLoad { get; set; }

Property Value

Type Default Description
Boolean **false**

true if items in this gallery should load their images asynchronously; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

See an example in the BaseGallery.OptionsImageLoad topic to learn more.

See Also