Back to Devexpress

ASPxClientCardView.GetColumn(columnIndex) Method

aspnet-js-aspxclientcardview-dot-getcolumn-x28-columnindex-x29.md

latest1.1 KB
Original Source

ASPxClientCardView.GetColumn(columnIndex) Method

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

Declaration

ts
GetColumn(
    columnIndex: number
): ASPxClientCardViewColumn

Parameters

NameTypeDescription
columnIndexnumber

The index the column within the column collection (the column’s CollectionItem.Index property value).

|

Returns

TypeDescription
ASPxClientCardViewColumn

An ASPxClientCardViewColumn object that represents the client column.

|

See Also

GetColumnByField(columnFieldName)

GetColumnById(columnId)

Card View

ASPxClientCardView Class

ASPxClientCardView Members