Skip to main content
A newer version of this page is available. .

CustomDrawFooterCellEventArgs.Column Property

Gets a column whose footer cell is painted.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
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