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

ImageGallerySettings.UseHash Property

Gets or sets a value that specifies whether the ImageGallery extension creates a unique url for each image.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool UseHash { get; set; }

Property Value

Type Description
Boolean

true, to create unique urls for images; otherwise, false.

Remarks

With the UseHash property enabled, the ImageGallery creates unique urls for images using a hash sign (#). An image url is displayed in the browser address bar when the image is active in the fullscreen viewer.

See Also