Back to Devexpress

XafApplication.DetailViewCreated Event

expressappframework-devexpress-dot-expressapp-dot-xafapplication-376b02f4.md

latest2.0 KB
Original Source

XafApplication.DetailViewCreated Event

Occurs after a Detail View has been created.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public event EventHandler<DetailViewCreatedEventArgs> DetailViewCreated
vb
Public Event DetailViewCreated As EventHandler(Of DetailViewCreatedEventArgs)

Event Data

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

PropertyDescription
ViewSpecifies the Detail View to be customized in the XafApplication.DetailViewCreated event.

Remarks

Handle this event to customize the DetailView that has been created via the XafApplication.CreateDetailView method. This Detail View is specified by the handler’s DetailViewCreatedEventArgs.View parameter.

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace