Skip to main content
A newer version of this page is available. .

ImageEditExtension Class

Represents an extension object implementing the Image functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class ImageEditExtension :
    EditorExtension

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.

Inheritance

See Also