Back to Devexpress

CustomDrawRowFooterCellEventArgs.Node Property

windowsforms-devexpress-dot-xtratreelist-dot-customdrawrowfootercelleventargs.md

latest2.5 KB
Original Source

CustomDrawRowFooterCellEventArgs.Node Property

Gets the node for whose children the row footer is displayed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public TreeListNode Node { get; }
vb
Public ReadOnly Property Node As TreeListNode

Property Value

TypeDescription
TreeListNode

A TreeListNode object specifying the node for whose children the row footer is displayed.

|

Remarks

Row footer cells are intended to display summary values calculated over nodes having the same parent. When a row footer cell is painted you can determine this parent node via the Node property.

Use the Node and CustomDrawFooterCellEventArgs.Column properties to distinguish between row footer cells. This can be used to apply different painting for different cells. You can also perform custom painting of desired row footer cells only. Set the CustomDrawEventArgs.Handled property with respect to the Node and CustomDrawFooterCellEventArgs.Column property values for this purpose.

See Also

Column

Handled

ShowRowFooterSummary

RowFooterSummary

CustomDrawRowFooterCellEventArgs Class

CustomDrawRowFooterCellEventArgs Members

DevExpress.XtraTreeList Namespace