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