windowsforms-devexpress-dot-xtratreelist-dot-customdrawcolumnheadereventargs-2cf3c39d.md
Gets an object containing information about the painted element.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public ColumnInfo ColumnInfo { get; }
Public ReadOnly Property ColumnInfo As ColumnInfo
| Type | Description |
|---|---|
| DevExpress.XtraTreeList.ViewInfo.ColumnInfo |
A DevExpress.XtraTreeList.ViewInfo.ColumnInfo object providing information about the painted element.
|
The ColumnInfo property can be used to:
See Also
CustomDrawColumnHeaderEventArgs Class