ASPxClientGridViewColumnMovingEventArgs.destinationColumn Property
In This Article
Gets the target column, before or after which the source column will be inserted (if dropped).
#Declaration
TypeScript
destinationColumn: ASPxClientGridViewColumn
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
To obtain whether the source column will be inserted before the target column (if dropped), use the ASPxClientGridViewColumnMovingEventArgs.isDropBefore property. The source column is returned by the ASPxClientGridViewColumnMovingEventArgs.sourceColumn property.
See Also