Back to Devexpress

ASPxClientCardView.GetColumnById(columnId) Method

aspnet-js-aspxclientcardview-dot-getcolumnbyid-x28-columnid-x29.md

latest1.1 KB
Original Source

ASPxClientCardView.GetColumnById(columnId) Method

Returns the column with the specified unique identifier.

Declaration

ts
GetColumnById(
    columnId: string
): ASPxClientCardViewColumn

Parameters

NameTypeDescription
columnIdstring

A string value that specifies the column’s unique identifier (the column’s WebColumnBase.Name property value).

|

Returns

TypeDescription
ASPxClientCardViewColumn

An ASPxClientCardViewColumn object that represents the client column.

|

See Also

name

GetColumn(columnIndex)

GetColumnByField(columnFieldName)

Card View

ASPxClientCardView Class

ASPxClientCardView Members