Skip to main content
.NET 8.0+

ListEditor.AllowEditChanged Event

Occurs after the ListEditor‘s ListEditor.AllowEdit property has changed.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler AllowEditChanged

Event Data

The AllowEditChanged event's data class is EventArgs.

Remarks

This event is raised in the AllowEdit property setter. Handle this event to be notified when a List Editor’s edit mode is changed.

See Also