Skip to main content
.NET 6.0+

DetailViewCreatedEventArgs(DetailView) Constructor

Initializes a new instance of the DetailViewCreatedEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DetailViewCreatedEventArgs(
    DetailView view
)

Parameters

Name Type Description
view DetailView

A DetailView object that represents a Detail View to be customized.

Remarks

Since instances of the DetailViewCreatedEventArgs class are automatically created and passed to handlers of the XafApplication.DetailViewCreated event, you do not need to call this constructor from your applications.

See Also