TcxCustomTreeList.CreateColumn(TcxTreeListBand) Method
Creates a new column.
Declaration
function CreateColumn(ABand: TcxTreeListBand = nil): TcxTreeListColumn; virtual;
Parameters
Name | Type | Description |
---|---|---|
ABand | TcxTreeListBand | The parent band for the created column. If the If the control is empty, the |
Returns
Type | Description |
---|---|
TcxTreeListColumn | The created column. |
See Also