constructor(sourceColumn, destinationColumn, isDropBefore, isGroupPanel) Constructor
Initializes a new instance of the ASPxClientGridViewColumnMovingEventArgs class.
Declaration
constructor(
sourceColumn: ASPxClientGridViewColumn,
destinationColumn: ASPxClientGridViewColumn,
isDropBefore: boolean,
isGroupPanel: boolean
)
Parameters
Name | Type | Description |
---|---|---|
sourceColumn | ASPxClientGridViewColumn | An ASPxClientGridViewColumn object that represents the column currently being dragged by an end-user. This value is assigned to the ASPxClientGridViewColumnMovingEventArgs.sourceColumn property. |
destinationColumn | ASPxClientGridViewColumn | An ASPxClientGridViewColumn object that represents the target column. This value is assigned to the ASPxClientGridViewColumnMovingEventArgs.destinationColumn property. |
isDropBefore | boolean |
|
isGroupPanel | boolean |
|