windowsforms-devexpress-dot-xtratreelist-dot-customdrawrowfootereventargs-e98d3149.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 RowFooterInfo FooterInfo { get; }
Public ReadOnly Property FooterInfo As RowFooterInfo
| Type | Description |
|---|---|
| DevExpress.XtraTreeList.ViewInfo.RowFooterInfo |
A DevExpress.XtraTreeList.ViewInfo.RowFooterInfo object providing information about the painted element.
|
The FooterInfo property can be used to:
See Also
CustomDrawRowFooterEventArgs Class