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

ASPxVerticalGridCustomCommandButtonEventArgs(VerticalGridCommandRowCustomButton, Int32) Constructor

Initializes a new instance of the ASPxVerticalGridCustomCommandButtonEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxVerticalGridCustomCommandButtonEventArgs(
    VerticalGridCommandRowCustomButton button,
    int visibleIndex
)

Parameters

Name Type Description
button VerticalGridCommandRowCustomButton

A VerticalGridCommandRowCustomButton object that is the processed button.

visibleIndex Int32

An integer value that specifies the visible index of a record which contains the processed command button.

See Also