Skip to main content

VGridControlBase.ClearSelection() Method

Clears the current selection.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public void ClearSelection()

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also