ASPxClientGridViewColumnMovingEventArgs.destinationColumn Property
Gets the target column, before or after which the source column will be inserted (if dropped).
Declaration
destinationColumn: ASPxClientGridViewColumn
Property Value
Type | Description |
---|---|
ASPxClientGridViewColumn | An ASPxClientGridViewColumn object that represents the target column. null (Nothing in Visual Basic) if the source column isn’t over the column header panel. |
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