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

ButtonEditExtension Class

Represents an extension object implementing the ButtonEdit functionality.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class ButtonEditExtension :
    EditorExtension

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

See Also