Back to Devexpress

ASPxClientCardView.GetColumnByField(columnFieldName) Method

aspnet-js-aspxclientcardview-dot-getcolumnbyfield-x28-columnfieldname-x29.md

latest1.1 KB
Original Source

ASPxClientCardView.GetColumnByField(columnFieldName) Method

Returns the client column to which the specified data source field is bound.

Declaration

ts
GetColumnByField(
    columnFieldName: string
): ASPxClientCardViewColumn

Parameters

NameTypeDescription
columnFieldNamestring

A string value that specifies the name of the data source field to which the column is bound (the column’s CardViewColumn.FieldName property value).

|

Returns

TypeDescription
ASPxClientCardViewColumn

An ASPxClientCardViewColumn object that represents the client column bound to the specified data source field.

|

See Also

GetColumn(columnIndex)

GetColumnById(columnId)

Card View

ASPxClientCardView Class

ASPxClientCardView Members