ASPxClientGridViewColumnMovingEventArgs.isDropBefore Property
Gets whether the source column will be inserted before the target column (if dropped).
Declaration
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