Back to Devexpress

BinaryImageEditExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-84e48101.md

latest3.4 KB
Original Source

BinaryImageEditExtension Class

Represents an extension object implementing the BinaryImage functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class BinaryImageEditExtension :
    EditorExtension
vb
Public Class BinaryImageEditExtension
    Inherits EditorExtension

The following members return BinaryImageEditExtension objects:

Remarks

To declare the BinaryImage in a View, invoke the ExtensionsFactory.BinaryImage helper method. This method returns the BinaryImage extension that is implemented by the BinaryImageEditExtension class.

To configure the BinaryImage extension, pass the BinaryImageEditSettings object to the ExtensionsFactory.BinaryImage helper method as a parameter. The BinaryImageEditSettings object contains all the BinaryImage extension settings.

Refer to the BinaryImage Overview topic to learn how to add the BinaryImage extension to your project.

Inheritance

Object ExtensionBase EditorExtension BinaryImageEditExtension

See Also

BinaryImageEditExtension Members

BinaryImage

BinaryImageEditSettings

DevExpress.Web.Mvc Namespace