Back to Devexpress

TreeListView.GetNodeFooterRowElement(Int32) Method

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

latest1.5 KB
Original Source

TreeListView.GetNodeFooterRowElement(Int32) 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(
    int rowHandle
)
vb
Public Function GetNodeFooterRowElement(
    rowHandle As Integer
) As FrameworkElement

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the row’s handle.

|

Returns

TypeDescription
FrameworkElement

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

|

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace