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

ASPxGridViewDetailRowEventArgs(Int32, Boolean) Constructor

Initializes a new instance of the ASPxGridViewDetailRowEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewDetailRowEventArgs(
    int visibleIndex,
    bool expanded
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the master row whose detail row has been displayed or hidden. This value is assigned to the ASPxGridViewDetailRowEventArgs.VisibleIndex property.

expanded Boolean

true if the row has been expanded; otherwise, false. This value is assigned to the ASPxGridViewDetailRowEventArgs.Expanded property.

See Also