Back to Devexpress

GridViewBase.EndSelection() Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-ad29e43d.md

latest1.4 KB
Original Source

GridViewBase.EndSelection() Method

OBSOLETE

Use the EndSelection() method instead

Enables selection updates after calling the GridViewBase.BeginSelection method, and forces an immediate update.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the DataControlBase.EndSelection method instead")]
[Browsable(false)]
public void EndSelection()
vb
<Obsolete("Use the DataControlBase.EndSelection method instead")>
<Browsable(False)>
Public Sub

Remarks

A View allows a sequence of row selection operations to be performed without having the View render itself after each modification. To do this, the code performing sequential changes must be enclosed within calls to the BeginSelection and EndSelection methods. This improves performance, and avoids unnecessary rendering operations.

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace