DetailViewCreatedEventArgs Class
Represents arguments passed to the XafApplication.DetailViewCreated event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The DetailViewCreatedEventArgs class declares the DetailViewCreatedEventArgs.View property specific to the XafApplication.DetailViewCreated event which is designed to customize a newly created Detail View.
Inheritance
Object
EventArgs
ViewCreatedEventArgs
DetailViewCreatedEventArgs
See Also