WinExplorerView.SetSelectionStart(Int32) Method
In This Article
Sets the first selected item.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | A zero-based integer that identifies the first selected item. |
See Also