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

LayoutViewCard.VisibleColumn Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

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

Property Value

Type Description
Int32

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

See Also