Skip to main content

ImageEditSettings Class

Contains the Image extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class ImageEditSettings :
    EditorSettings

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.

Inheritance

See Also