Skip to main content
All docs
V23.1

WinExplorerView.SetSelectionStart(Int32) Method

Sets the first selected item.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public void SetSelectionStart(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

A zero-based integer that identifies the first selected item.

See Also