Skip to main content

ASPxClientCardView.GetColumnByField(columnFieldName) Method

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

Declaration

GetColumnByField(
    columnFieldName: string
): ASPxClientCardViewColumn

Parameters

Name Type Description
columnFieldName string

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

Type Description
ASPxClientCardViewColumn

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

See Also