ASPxVerticalGridEditorEventArgs Constructors
Provides data for the ASPxVerticalGrid.CellEditorInitialize event.Name | Parameters | Description |
---|---|---|
ASPxVerticalGridEditorEventArgs(VerticalGridDataRow, Int32, ASPxEditBase, Object, Object) | row, visibleIndex, editor, keyValue, value | Initializes a new instance of the ASPxVerticalGridEditorEventArgs class with the specified settings. |
See Also