CustomDrawColumnHeaderEventArgs.Column Property
In This Article
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 |
---|---|
Tree |
A Tree |
#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