Back to Devexpress

WinExplorerView.TopLeftItemIndex Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-05d9c864.md

latest1.5 KB
Original Source

WinExplorerView.TopLeftItemIndex Property

Gets the index of the first item displayed within this WinExplorerView.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public int TopLeftItemIndex { get; }
vb
<Browsable(False)>
Public ReadOnly Property TopLeftItemIndex As Integer

Property Value

TypeDescription
Int32

An Int32 value that is the first item displayed within this WinExplorerView.

|

See Also

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace