IRgListHandlerMoveColumnAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Handlers
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.1.0.10114
C#
Task MoveColumnAsync(
	int oldIndex,
	int newIndex,
	bool refresh = true
)

Parameters

oldIndex  Int32
 
newIndex  Int32
 
refresh  Boolean  (Optional)
 

Return Value

Task

See Also