TcxCustomTreeList.ColumnByName(string) Method
#Declaration
function ColumnByName(const AName: string): TcxTreeListColumn;
#Parameters
Name | Type | Description |
---|---|---|
AName | string | Specifies the required column’s name. |
#Returns
Type | Description |
---|---|
Tcx |
A tree list column whose name is passed as the The The returned object can be a Tcx Tip To identify the actual tree list column type, call the returned object’s Class |
#Remarks
Call the ColumnByName
function to access a tree list column by its name. To access all tree list columns by their indexes, use the Columns property instead.