ASPxClientTreeList.GetColumnByFieldName(fieldName) Method
In This Article
Returns the client column which is bound to the specified data source field.
#Declaration
TypeScript
GetColumnByFieldName(
fieldName: string
): ASPxClientTreeListColumn
#Parameters
Name | Type | Description |
---|---|---|
field |
string | A string value that specifies the name of the data source field to which the column is bound (the column’s Tree |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
See Also