Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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

Remarks

See the BaseGallery.OptionsImageLoad property for more info.

See Also