ListEditor.ModelApplied Event
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.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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