ASPxClientGridViewColumnMovingEventArgs.sourceColumn Property
Gets the column currently being dragged by an end-user.
Declaration
sourceColumn: ASPxClientGridViewColumn
Property Value
| Type | Description |
|---|---|
| ASPxClientGridViewColumn | An ASPxClientGridViewColumn object that represents the column currently being dragged by an end-user. |
See Also