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

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