CustomDrawFooterCellEventArgs.Column Property
In This Article
Gets a column whose footer cell is painted.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#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