Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public bool KeepViewportOnDataUpdate { get; set; }

#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 KeepViewportOnDataUpdate property is not in effect in:

See Also