WPF

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

    Show / Hide Table of Contents

    Enum TreeViewRefreshMode

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

    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum TreeViewRefreshMode

    Fields

    Name Description
    DeferRefresh

    Specifies that nodes will be recreated.

    NodeRefresh

    Specifies that nodes will be rearranged based on sorting order.

    None

    Specifies that nodes will not be recreated.

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