Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomDrawColumnHeaderEventArgs.Column Property

Gets the column whose header is painted.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

#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.

See Also