Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WinExplorerView.Position Property

Gets or sets the distance that specifies how much this WinExplorerView is scrolled down, counting from the View client area’s top edge.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

[Browsable(false)]
[DefaultValue(0)]
public int Position { get; set; }

#Property Value

Type Default Description
Int32 0

An Int32 value that is the distance between the current WinExplorerView viewport and the View top edge.

#Remarks

Utilize the Position property to scroll the View up or down. When scrolling a View, the WinExplorerView.TopLeftItemIndex property allows you to identify the index of a first currently visible View item.

See Also