Back to Devexpress

ASPxVerticalGridCommandButtonEventArgs Class

aspnet-devexpress-dot-web-aeb0627d.md

latest1.7 KB
Original Source

ASPxVerticalGridCommandButtonEventArgs Class

Provides data for the ASPxVerticalGrid.CustomButtonInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxVerticalGridCommandButtonEventArgs :
    ASPxGridCommandButtonEventArgs
vb
Public Class ASPxVerticalGridCommandButtonEventArgs
    Inherits ASPxGridCommandButtonEventArgs

ASPxVerticalGridCommandButtonEventArgs is the data class for the following events:

Remarks

The ASPxVerticalGrid.CustomButtonInitialize event is raised for each built-in command button (edit, new, delete, etc.), and allows their settings to be initialized.

Inheritance

Object EventArgs ASPxGridCommandButtonEventArgs ASPxVerticalGridCommandButtonEventArgs

See Also

ASPxVerticalGridCommandButtonEventArgs Members

DevExpress.Web Namespace