ASPxClientGridColumnMovingTargetPosition Class
In This Article
Lists values that specify the position relative to the target column in which a moved column should be placed.
#Declaration
TypeScript
declare class ASPxClientGridColumnMovingTargetPosition
#Remarks
The values listed by this enumeration are used to specify the targetPosition parameter of the ASPxClientGridView.MoveColumn method.
See Also