Skip to main content
Tab

ImageGalleryCustomImageProcessingEventArgs.ImageLocation Property

Gets the value specifying the location of the processed image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageGalleryImageLocation ImageLocation { get; }

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