Skip to main content
Tab

ASPxVerticalGridCommandButtonEventArgs Class

Provides data for the ASPxVerticalGrid.CustomButtonInitialize event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxVerticalGridCommandButtonEventArgs :
    ASPxGridCommandButtonEventArgs

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