menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeNodePopulationMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeNodePopulationMode

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

    Inheritance
    System.Object
    TreeNodePopulationMode
    Namespace: Syncfusion.TreeView.Engine
    Assembly: Syncfusion.Maui.TreeView.dll
    Syntax
    public sealed class TreeNodePopulationMode : Enum

    Fields

    Instant

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

    Declaration
    public const TreeNodePopulationMode Instant
    Field Value
    Type
    TreeNodePopulationMode

    OnDemand

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

    Declaration
    public const TreeNodePopulationMode OnDemand
    Field Value
    Type
    TreeNodePopulationMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved