ASPxGridViewDetailRowButtonEventArgs(Int32, Object, Boolean) Constructor
Initializes a new instance of the ASPxGridViewDetailRowButtonEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.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 |
|
See Also