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

ComplexWebListEditor.CustomCreateCellControl Event

Occurs when a control is created for the list editor cell.

Namespace: DevExpress.ExpressApp.Web.Editors

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public event EventHandler<CustomCreateCellControlEventArgs> CustomCreateCellControl

Event Data

The CustomCreateCellControl event's data class is DevExpress.ExpressApp.Web.Editors.CustomCreateCellControlEventArgs.

See Also