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.WPF.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 |