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

DetailViewCreatedEventArgs.View Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public DetailView View { get; set; }

Property Value

Type Description
DetailView

A DetailView object to be customized.

Remarks

When handling the XafApplication.DetailViewCreated event, use this property to access the just created Detail View and customize it.

See Also