ASPxVerticalGridEditorEventArgs Properties
Provides data for the ASPxVerticalGrid.CellEditorInitialize event.| Name | Description |
|---|---|
| Editor | Gets the editor currently being processed. Inherited from ASPxGridEditorEventArgs. |
| Row | Gets the data row whose cell editor is being initialized. |
| Value | Gets the editor’s value. Inherited from ASPxGridEditorEventArgs. |
See Also