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