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

ListView.EditViewCreated Event

Occurs after the ListView.EditView has been created.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public event EventHandler<DetailViewCreatedEventArgs> EditViewCreated

Event Data

The EditViewCreated event's data class is DetailViewCreatedEventArgs. The following properties provide information specific to this event:

Property Description
View Specifies the Detail View to be customized in the XafApplication.DetailViewCreated event.

Remarks

Handle this event to be notified when the Detail View displayed together with a List View is created.

See Also