Skip to main content
A newer version of this page is available. .

VGridControlBase.ClearSelection() Method

Clears the current selection.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

Declaration

public void ClearSelection()

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also