ViewCreatingEventArgs.View Property
Specifies a custom View created in a XafApplication.DetailViewCreating or XafApplication.ListViewCreating event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v26.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| View | A View object that actually represents a Detail or List View. |
Remarks
When handling the XafApplication.DetailViewCreating or XafApplication.ListViewCreating event, assign the created View to this property.
See Also