ButtonExtension Class
Represents an extension object implementing the Button 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 ButtonExtension objects:
Remarks
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.
Inheritance
Object
ExtensionBase
ButtonExtension
See Also