ASPxClientGridColumnMovingTargetPosition Properties
Lists values that specify the position relative to the target column in which a moved column should be placed.| Name | Description |
|---|---|
| Bottom | A moved column should be placed at the bottom of the target column. |
| Left | A moved column should be placed to the left of the target column. |
| Right | A moved column should be placed to the right of the target column. |
| Top | A moved column should be placed at the top of the target column. |
See Also