Skip to main content
All docs
V25.2
  • DXTreeView.AllowCascadeUpdate Property

    Gets or sets whether the DXTreeView performs deferred data loading during vertical scrolling. This is a bindable property.

    Namespace: DevExpress.Maui.TreeView

    Assembly: DevExpress.Maui.TreeView.dll

    NuGet Package: DevExpress.Maui.TreeView

    Declaration

    public bool AllowCascadeUpdate { get; set; }

    Property Value

    Type Description
    Boolean

    true if data loading is deferred; otherwise, false.

    See Also