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