Skip to main content

LayoutViewCard.VisibleIndex Property

Gets or sets the card’s visual position within the View’s visible area.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Description
Int32

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

See Also