ButtonEditExtension Class
Represents an extension object implementing the ButtonEdit functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
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.