Skip to main content
A newer version of this page is available. .

LayoutViewHitInfo.VisibleIndex Property

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

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v19.1.dll

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