Moves the specified column to the specified visual position within the ASPxCardView.
Namespace:DevExpress.Web.Scripts
Assembly:JavaScript

Syntax
JavaScript |
function MoveColumn(
columnIndex : int,
moveToColumnVisibleIndex : int
);
|
Parameters
-
columnIndex
-
Type: Int32
An integer value that specifies the absolute index of the column to move.
-
moveToColumnVisibleIndex
-
Type: Int32
An integer value that specifies the column's position among the visible columns within the grid.

See Also