ViewCreatingEventArgs.View Property
In This Article
Specifies a custom View created in a XafApplication.DetailViewCreating or XafApplication.ListViewCreating event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
When handling the XafApplication.DetailViewCreating or XafApplication.ListViewCreating event, assign the created View to this property.
See Also