Back to Devexpress

ButtonExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-c5a55b3f.md

latest2.5 KB
Original Source

ButtonExtension Class

Represents an extension object implementing the Button functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class ButtonExtension :
    ExtensionBase
vb
Public Class ButtonExtension
    Inherits 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

ButtonExtension Members

Button

ButtonSettings

DevExpress.Web.Mvc Namespace