Skip to main content

LayoutViewCard.VisibleRow Property

Gets the index of the visible row displaying the current card.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public int VisibleRow { get; }

Property Value

Type Description
Int32

An integer value that specifies the index of the visible row displaying the current card.

See Also