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

LayoutViewColumn.VisibleIndex Property

This property is not supported by the LayoutViewColumn class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int VisibleIndex { get; set; }

Property Value

Type Description
Int32

Always -1.

See Also