Back to Devexpress

ButtonEditExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-6cc7bd3c.md

latest3.2 KB
Original Source

ButtonEditExtension Class

Represents an extension object implementing the ButtonEdit functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

The following members return ButtonEditExtension objects:

Remarks

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

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

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

Inheritance

Object ExtensionBase EditorExtension ButtonEditExtension

See Also

ButtonEditExtension Members

ButtonEdit

ButtonEditSettings

DevExpress.Web.Mvc Namespace