ImageEditSettings Class
Contains the Image extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
To access the Image specific settings, refer to the ImageEditSettings.Properties property.