Skip to main content

ASPxClientGridViewColumnMovingEventArgs Properties

Provides data for the ASPxClientGridView.ColumnMoving event.
Name Description
allow Gets or sets whether a column is allowed to be moved.
destinationColumn Gets the target column, before or after which the source column will be inserted (if dropped).
isDropBefore Gets whether the source column will be inserted before the target column (if dropped).
isGroupPanel Gets whether the source column is currently over the Group Panel.
sourceColumn Gets the column currently being dragged by an end-user.
See Also