Skip to main content

ASPxClientGridViewColumnMovingEventArgs Class

Provides data for the ASPxClientGridView.ColumnMoving event.

#Declaration

TypeScript
declare class ASPxClientGridViewColumnMovingEventArgs extends ASPxClientEventArgs

#Remarks

The ASPxClientGridView.ColumnMoving event is raised while an end-user moves a column via drag and drop, and enables you to control the drag and drop operation.

#Inheritance

ASPxClientEventArgs
ASPxClientGridViewColumnMovingEventArgs
See Also