Skip to main content

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

The index 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