Skip to main content

ASPxClientGridViewColumnMovingEventArgs Members

Provides data for the ASPxClientGridView.ColumnMoving event.

Constructors

Name Description
constructor(sourceColumn, destinationColumn, isDropBefore, isGroupPanel) Initializes a new instance of the ASPxClientGridViewColumnMovingEventArgs class.

Properties

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