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

ButtonExtension Class

Represents an extension object implementing the Button functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class ButtonExtension :
    ExtensionBase

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