Back to Devexpress

GridViewBase.ClearSelection() Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-86b4c838.md

latest1.2 KB
Original Source

GridViewBase.ClearSelection() Method

OBSOLETE

Use the UnselectAll() method instead

Unselects any selected rows/cards within a View.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Remarks

To learn more, see Multiple Row Selection.

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace