Click or drag to resize
GridTableViewSwapColumns Method (String, String)
Swaps columns appearance position using the unique names of the two columns.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void SwapColumns(
	string columnName1,
	string columnName2
)

Parameters

columnName1
Type: SystemString
columnName2
Type: SystemString
See Also