Back to Devexpress

TreeListShowingNodeFooterEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dce3385f.md

latest1.8 KB
Original Source

TreeListShowingNodeFooterEventArgs Class

Provides data for the TreeListView.ShowingNodeFooter event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListShowingNodeFooterEventArgs :
    TreeListNodeAllowEventArgs
vb
Public Class TreeListShowingNodeFooterEventArgs
    Inherits TreeListNodeAllowEventArgs

TreeListShowingNodeFooterEventArgs is the data class for the following events:

Remarks

To learn more, see Node Summary.

Inheritance

Object EventArgs RoutedEventArgs TreeListNodeEventArgs TreeListNodeAllowEventArgs TreeListShowingNodeFooterEventArgs

See Also

TreeListShowingNodeFooterEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace