Skip to main content

WinExplorerView.SetSelectionStart(Int32) Method

Sets the first selected item.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public void SetSelectionStart(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

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

See Also