aspnetmvc-devexpress-dot-web-dot-mvc-c5a55b3f.md
Represents an extension object implementing the Button functionality.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class ButtonExtension :
ExtensionBase
Public Class ButtonExtension
Inherits ExtensionBase
The following members return ButtonExtension objects:
To declare the Button in a View, invoke the ExtensionsFactory.Button helper method. This method returns the Button extension that is implemented by the ButtonExtension class.
To configure the Button extension, pass the ButtonSettings object to the ExtensionsFactory.Button helper method as a parameter. The ButtonSettings object contains all the Button extension settings.
Refer to the Button Overview topic to learn how to add the Button extension to your project.
Object ExtensionBase ButtonExtension
See Also