ASPxClientTreeList.GetColumnByName(name) Method
In This Article
Returns the column with the specified name.
#Declaration
TypeScript
GetColumnByName(
name: string
): ASPxClientTreeListColumn
#Parameters
Name | Type | Description |
---|---|---|
name | string | A string value that specifies the column’s name (the column’s Web |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
See Also