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