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

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

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