CustomDrawRowFooterEventArgs.Node Property
Gets the node for whose children the painted row footer is displayed.
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
Row footers are displayed for nodes having the same parent. You can determine this parent node using the Node property.
Use the Node property to distinguish between row footers displayed for different groups of nodes. This can be used to paint row footers in a different manner with respect to associated parent nodes. You can also perform custom painting of row footer associated with certain parent nodes only. Modify the CustomDrawEventArgs.Handled property with respect to the Node property for this purpose.