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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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