Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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