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