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

ASPxGridViewPreviewDisplayTextEventArgs(ASPxGridView, Int32) Constructor

Initializes a new instance of the ASPxGridViewPreviewDisplayTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewPreviewDisplayTextEventArgs(
    ASPxGridView grid,
    int visibleIndex
)

Parameters

Name Type Description
grid ASPxGridView

An ASPxGridView object that owns the current object.

visibleIndex Int32

An integer value that specifies the processed row index.

See Also