LayoutViewColumn.VisibleIndex Property
This property is not supported by the LayoutViewColumn class.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int VisibleIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Always -1. |
See Also