Back to Devexpress

TreeListView.GetNodeFooterRowElement(TreeListNode) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-getnodefooterrowelement-x28-devexpress-dot-xpf-dot-grid-dot-treelistnode-x29.md

latest1.5 KB
Original Source

TreeListView.GetNodeFooterRowElement(TreeListNode) Method

Returns the specified group footer‘s UI element.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public FrameworkElement GetNodeFooterRowElement(
    TreeListNode node
)
vb
Public Function GetNodeFooterRowElement(
    node As TreeListNode
) As FrameworkElement

Parameters

NameTypeDescription
nodeTreeListNode

A TreeList node that owns the footer.

|

Returns

TypeDescription
FrameworkElement

A FrameworkElement descendant that is the specified group footer row element.

|

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace