GridPivotItem.Move

GridPivotItem.Move method

Moves the item up or down.

public void Move(int count)
ParameterTypeDescription
countInt32The number of moving up or down. Move the item up if this is less than zero; Move the item down if this is greater than zero.

See Also