Back to Devexpress

ImageEditSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-f9f55732.md

latest2.3 KB
Original Source

ImageEditSettings Class

Contains the Image extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class ImageEditSettings :
    EditorSettings
vb
Public Class ImageEditSettings
    Inherits 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

Object SettingsBase EditorSettings ImageEditSettings

See Also

ImageEditSettings Members

Image

ImageEditExtension

DevExpress.Web.Mvc Namespace