windowsforms-devexpress-dot-xtratreelist-dot-customdrawfootercelleventargs-12f6a00a.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 FooterCellInfoArgs CellInfo { get; }
Public ReadOnly Property CellInfo As FooterCellInfoArgs
| Type | Description |
|---|---|
| DevExpress.Utils.Drawing.FooterCellInfoArgs |
A DevExpress.Utils.Drawing.FooterCellInfoArgs object providing information about the painted element.
|
The CellInfo property can be used to:
See Also
CustomDrawFooterCellEventArgs Class