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

ASPxGridView.DetailsChanged Event

Fires after a detail row(s) has been expanded or collapsed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public event EventHandler DetailsChanged

Event Data

The DetailsChanged event's data class is EventArgs.

Remarks

For information on expanding and collapsing detail rows, see Expanding and Collapsing Detail Rows.

See Also