Skip to main content

LayoutViewHitInfo.VisibleIndex Property

Gets the visual position of the card that contains the test point.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public int VisibleIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the card’s visual position within the View’s visible area.

See Also