WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TreeNodePopulationMode

    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 - 2023 Syncfusion Inc. All Rights Reserved