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

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.v19.1.dll

Declaration

[DefaultValue(true)]
public bool RandomShow { get; set; }

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
.OptionsImageLoad.RandomShow
GalleryControlGallery
.OptionsImageLoad.RandomShow
InDropDownGallery
.OptionsImageLoad.RandomShow
InRibbonGallery
.OptionsImageLoad.RandomShow
StandaloneGallery
.OptionsImageLoad.RandomShow
PopupGalleryEditGallery
.OptionsImageLoad.RandomShow

Remarks

See the BaseGallery.OptionsImageLoad property for more info.

See Also