Back to Devexpress

LayoutViewColumn.VisibleIndex Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-layoutviewcolumn-60cd759d.md

latest1.5 KB
Original Source

LayoutViewColumn.VisibleIndex Property

This property is not supported by the LayoutViewColumn class.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int VisibleIndex { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property VisibleIndex As Integer

Property Value

TypeDescription
Int32

Always -1.

|

See Also

AddVisible

LayoutViewColumn Class

LayoutViewColumn Members

DevExpress.XtraGrid.Columns Namespace