A newer version of this page is available.
Switch to the current version.
ASPxGridViewCustomButtonCallbackEventArgs Class
Provides data for the ASPxGridView.CustomButtonCallback event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public class ASPxGridViewCustomButtonCallbackEventArgs :
ASPxGridCustomButtonCallbackEventArgs
Example
This example shows how to create and customize a custom command button.
To create and customize a custom button at design-time, invoke the editor used to manage the GridViewCommandColumn.CustomButtons collection:
You should specify the button’s identifier, text and in which rows the custom button is displayed. In this example, the ‘Apply Default Filter’ button is created and displayed within the auto filter row.
To define an action, handle the ASPxGridView.CustomButtonCallback event.