Skip to main content

GalleryOptionsImageLoad.AsyncLoad Property

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.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

Remarks

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

See Also