Skip to main content

ASPxClientCardView.GetColumnById(columnId) Method

Returns the column with the specified unique identifier.

Declaration

GetColumnById(
    columnId: string
): ASPxClientCardViewColumn

Parameters

Name Type Description
columnId string

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

Returns

Type Description
ASPxClientCardViewColumn

An ASPxClientCardViewColumn object that represents the client column.

See Also