Skip to main content
Tab

ASPxGridViewDetailRowButtonEventArgs(Int32, Object, Boolean) Constructor

Initializes a new instance of the ASPxGridViewDetailRowButtonEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewDetailRowButtonEventArgs(
    int visibleIndex,
    object keyValue,
    bool isExpanded
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the processed data row. This value is assigned to the ASPxGridViewItemEventArgs.VisibleIndex property.

keyValue Object

An object that uniquely identifies the processed row. This value is assigned to the ASPxGridViewItemEventArgs.KeyValue property.

isExpanded Boolean

true if the processed row is expanded; otherwise, false. This value is assigned to the ASPxGridViewDetailRowButtonEventArgs.IsExpanded property.

See Also