ImageEditExtension Class
Represents an extension object implementing the Image functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return ImageEditExtension objects:
Remarks
To declare the Image in a View, invoke the ExtensionsFactory.Image helper method. This method returns the Image extension that is implemented by the ImageEditExtension class.
To configure the Image extension, pass the ImageEditSettings object to the ExtensionsFactory.Image helper method as a parameter. The ImageEditSettings object contains all the Image extension settings.
Refer to the Image Overview topic to learn how to add the Image extension to your project.