GalleryOptionsImageLoad.RandomShow Property
Gets or sets whether items within this gallery should load their images in random order.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if items within this gallery should load their images in random order; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to RandomShow |
---|---|
BaseGallery |
|
Remarks
See the BaseGallery.OptionsImageLoad property for more info.
See Also