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

ASPxImageGallery.UseHash Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Remarks

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

See Also