MVCxGridViewProperties.CellEditorInitialize Property
In This Article
Enables the cell editors displayed within the edit cells to be initialized.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxGridViewEditorEventHandler CellEditorInitialize { get; set; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#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 Cell
Editor event affects only the edit mode settings (when editors are visible).Initialize - The Cell
Editor event isn’t raised for edit cells that contain custom editors defined using templates.Initialize - The Cell
Editor event fires only for built-in column editors.Initialize
See Also