DetailViewCreatedEventArgs.View Property
In This Article
Specifies the Detail View to be customized in the XafApplication.DetailViewCreated event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public DetailView View { get; set; }
#Property Value
Type | Description |
---|---|
Detail |
A Detail |
#Remarks
When handling the XafApplication.DetailViewCreated event, use this property to access the just created Detail View and customize it.
See Also