ListEditor.ModelApplied Event
In This Article
Occurs after the customizations from the Application Model have been applied to the List Editor’s control.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler<EventArgs> ModelApplied
#Event Data
The ModelApplied event's data class is EventArgs.
#Remarks
Handle this event to apply custom information from the Application Model to the List Editor’s control.
See Also