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