ImageGalleryCustomImageProcessingEventArgs.ImageLocation Property
In This Article
Gets the value specifying the location of the processed image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageGalleryImageLocation ImageLocation { get; }
#Property Value
Type | Description |
---|---|
Image |
One of the Image |
Available values:
Name | Description |
---|---|
Fullscreen |
The processed image is displayed in the fullscreen viewer. |
Fullscreen |
The processed image is displayed in the navigation bar. |
Gallery | The processed image is displayed as a gallery thumbnail. |
See Also