Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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