alexa

    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