NewObjectViewController.CreateCustomDetailView Event
In This Article
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler<CreateCustomDetailViewEventArgs> CreateCustomDetailView
#Event Data
The CreateCustomDetailView event's data class is CreateCustomDetailViewEventArgs. The following properties provide information specific to this event:
Property |
---|
Detail |
View |
See Also