Back to Devexpress

TreeListView.AllowCascadeUpdate Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-928f3776.md

latest1.7 KB
Original Source

TreeListView.AllowCascadeUpdate Property

Gets or sets whether cascading data updates 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 AllowCascadeUpdate { get; set; }
vb
Public Property AllowCascadeUpdate As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The Cascading Data Updates feature is aimed to speed up the GridControl‘s performance while scrolling data rows. Initially, when an end user scrolls grid rows, the grid synchronously loads all rows that should be displayed onscreen. With the enabled cascading data updates, visible rows are asynchronously loaded. To enable this feature, set the TreeListView.AllowCascadeUpdate property to true.

Tip

Topic : Cascading Data Updates

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace