Skip to main content
A newer version of this page is available. .

CustomDrawColumnHeaderEventArgs.Column Property

Gets the column whose header is painted.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
TreeListColumn

A TreeListColumn object representing the column whose header is painted. null (Nothing in Visual Basic) if the column button or the space not occupied by column headers is currently painted.

Remarks

You can modify the CustomDrawEventArgs.Handled property with respect to the Column property value. This gives you the ability to perform custom painting of desired columns only.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Column property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also