WinUI

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

    Show / Hide Table of Contents

    Class TreeNodePopulationMode

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

    Inheritance
    System.Object
    TreeNodePopulationMode
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.TreeView.WinUI.dll
    Syntax
    public sealed class TreeNodePopulationMode : Enum

    Fields

    Instant

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

    Declaration
    public const TreeNodePopulationMode Instant
    Field Value
    Type Description
    TreeNodePopulationMode

    OnDemand

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

    Declaration
    public const TreeNodePopulationMode OnDemand
    Field Value
    Type Description
    TreeNodePopulationMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved