Skip to main content
.NET 6.0+

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.v23.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