TreeListView.KeepViewportOnDataUpdate Property
Gets or sets whether the TreeListView displays the same records during the data update in real time. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the View keeps its view port; otherwise, false. |
Remarks
Set the KeepViewportOnDataUpdate to true to make the TreeListView display the same rows while the data rows are updating. If the currently visible rows are updated (added, deleted), the view makes the first visible row visible in the first place.
See Also