Skip to main content

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.1.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

[Obsolete("Use the DataControlBase.UnselectAll method instead")]
[Browsable(false)]
public void ClearSelection()

Remarks

To learn more, see Multiple Row Selection.

See Also