Skip to main content
.NET 6.0+

DetailViewCreatingEventArgs.View Property

Specifies the Detail View which is created in the XafApplication.DetailViewCreating event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DetailView View { get; set; }

Property Value

Type Description
DetailView

A DetailView object to be created.

Remarks

When handling the XafApplication.DetailViewCreating event, assign the created Detail View to this property.

See Also