ASPxClientCardView.MoveColumn(column) Method
Moves the specified column to the specified visual position within the ASPxCardView.
Declaration
MoveColumn(
column: ASPxClientCardViewColumn | number | string,
moveToColumnVisibleIndex?: number,
moveBefore?: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
column | string | number | ASPxClientCardViewColumn | |
moveToColumnVisibleIndex | number | The visible index of the target column displayed within the grid. |
moveBefore | boolean |
|
See Also