Back to Devexpress

GridViewBase.BeginSelection() Method

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

latest1.5 KB
Original Source

GridViewBase.BeginSelection() Method

OBSOLETE

Use the BeginSelection() method instead

Prevents selection updates until the GridViewBase.EndSelection method is called.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

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 GridViewBase.BeginSelection and GridViewBase.EndSelection methods. This improves performance, and avoids unnecessary rendering operations.

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace