Back to Devexpress

CustomDrawRowFooterEventArgs.Node Property

windowsforms-devexpress-dot-xtratreelist-dot-customdrawrowfootereventargs.md

latest2.2 KB
Original Source

CustomDrawRowFooterEventArgs.Node Property

Gets the node for whose children the painted 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 representing the node for whose children the row footer is displayed.

|

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.

See Also

Handled

ShowRowFooterSummary

RowFooterSummary

CustomDrawRowFooterEventArgs Class

CustomDrawRowFooterEventArgs Members

DevExpress.XtraTreeList Namespace