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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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