Skip to main content
A newer version of this page is available. .

ASPxClientCardView.GetColumn(columnIndex) Method

Returns the client column that resides at the specified position within the column collection.

Declaration

GetColumn(
    columnIndex: number
): ASPxClientCardViewColumn

Parameters

Name Type Description
columnIndex number

A zero-based index that identifies the column within the column collection (the column’s CollectionItem.Index property value).

Returns

Type Description
ASPxClientCardViewColumn

An ASPxClientCardViewColumn object that represents the client column.

See Also