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

MVCxGridViewProperties.CellEditorInitialize Property

Enables the cell editors displayed within the edit cells to be initialized.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxGridViewEditorEventHandler CellEditorInitialize { get; set; }

Property Value

Type Description
ASPxGridViewEditorEventHandler

A ASPxGridViewEditorEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a ASPxGridViewEditorEventHandler delegate method and assign it to the CellEditorInitialize property. For more implementation details, refer to the ASPxGridViewEditorEventHandler delegate description.

Note

  • The CellEditorInitialize event affects only the edit mode settings (when editors are visible).
  • The CellEditorInitialize event isn’t raised for edit cells that contain custom editors defined using templates.
  • The CellEditorInitialize event fires only for built-in column editors.
See Also