Back to Devexpress

CustomDrawFooterCellEventArgs.Column Property

windowsforms-devexpress-dot-xtratreelist-dot-customdrawfootercelleventargs.md

latest2.0 KB
Original Source

CustomDrawFooterCellEventArgs.Column Property

Gets a column whose footer cell is painted.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeListColumn Column { get; }
vb
Public ReadOnly Property Column As TreeListColumn

Property Value

TypeDescription
TreeListColumn

A TreeListColumn object representing the column whose footer cell is painted.

|

Remarks

The Column property of the TreeList.CustomDrawFooterCell event parameter allows you to identify the column for which the currently painted cell is displayed. You can modify the CustomDrawEventArgs.Handled property with respect to the Column property value. This allows you to perform custom painting of footer cells which belong to the desired columns only.

See Also

ItemType

Text

CustomDrawFooterCellEventArgs Class

CustomDrawFooterCellEventArgs Members

DevExpress.XtraTreeList Namespace