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.v22.2.dll

NuGet Package: DevExpress.Win.Grid

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