menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewRefreshMode - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewRefreshMode

    Defines the constants that specify how view should be refreshed while calling BeginInit, EndInit and Defer refresh method.

    Inheritance
    System.Object
    TreeViewRefreshMode
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class TreeViewRefreshMode : Enum

    Fields

    DeferRefresh

    Specifies that nodes will be recreated.

    Declaration
    public const TreeViewRefreshMode DeferRefresh
    Field Value
    Type
    TreeViewRefreshMode

    NodeRefresh

    Specifies that nodes will be rearranged based on sorting order.

    Declaration
    public const TreeViewRefreshMode NodeRefresh
    Field Value
    Type
    TreeViewRefreshMode

    None

    Specifies that nodes will not be recreated.

    Declaration
    public const TreeViewRefreshMode None
    Field Value
    Type
    TreeViewRefreshMode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved