ImageGalleryCustomImageProcessingEventArgs.ImageLocation Property
Gets the value specifying the location of the processed image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| ImageGalleryImageLocation | One of the ImageGalleryImageLocation enumeration values. |
Available values:
| Name | Description |
|---|---|
| FullscreenViewer | The processed image is displayed in the fullscreen viewer. |
| FullscreenViewerNavigationBar | The processed image is displayed in the navigation bar. |
| Gallery | The processed image is displayed as a gallery thumbnail. |
See Also