TableView.KeepViewportOnDataUpdate Property
Gets or sets whether the TableView 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 TableView 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.
Note
The Keep
- master-detail mode.
- a grouped grid if the Table
View. value is true.Allow Fixed Groups