TreeListView.AllowRecreateNodesOnEndDataUpdate Property
In This Article
Gets or sets whether the GridControl handles notifications from the data source and updates TreeListView nodes between DataControlBase.BeginDataUpdate() and DataControlBase.EndDataUpdate() calls.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | true to recreate nodes after an Data |
#Remarks
In v21.2+, call the TreeListView.BeginDataUpdate(Boolean) and TreeListView.EndDataUpdate() methods if you need to specify when the GridControl should update TreeListView nodes. Refer to the following topic for more information: Lock Updates.
Value | Description |
---|---|
True | The Grid |
False | The Grid |
Null | The default Allow |
See Also