WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TreeNodePopulationMode - WPF API Reference | Syncfusion SfTreeView. The nodes can be populated to SfTreeView by instant or on demand. ">

    Show / Hide Table of Contents

    Enum TreeNodePopulationMode

    Describes the node population mode of the SfTreeView. The nodes can be populated to SfTreeView by instant or on demand.

    Namespace: Syncfusion.UI.Xaml.TreeView.Engine
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public enum TreeNodePopulationMode

    Fields

    Name Description
    Instant

    Specifies that all nodes can be populated when Syncfusion.UI.Xaml.TreeView is loaded.

    OnDemand

    Specifies that child nodes can be populated when expanding the parent node only.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved