RowAllowEventArgs Properties
The base class for classes that provide data for events which allow you to cancel drag-and-drop operations.| Name | Description |
|---|---|
| Allow | Gets or sets whether to allow or prohibit an operation with the row. |
| RowHandle | Gets the grid’s row handle. Inherited from RowEventArgs. |
See Also