GalleryOptionsImageLoad.AsyncLoad Property
Gets or sets whether items in this gallery should load their images asynchronously.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 |
|
Remarks
See an example in the BaseGallery.OptionsImageLoad topic to learn more.
See Also