Back to Devexpress

TreeListView.AllowNodeFooterSummaryCascadeUpdate Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-b1ea7ca7.md

latest1.3 KB
Original Source

TreeListView.AllowNodeFooterSummaryCascadeUpdate Property

Gets or sets whether cascading updates of node footer summaries are allowed. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowNodeFooterSummaryCascadeUpdate { get; set; }
vb
Public Property AllowNodeFooterSummaryCascadeUpdate As Boolean

Property Value

TypeDescription
Boolean

true, to allow cascading summary updates; otherwise, false. The default is false.

|

Remarks

To learn more, see Cascading Data Updates.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace