Skip to main content

TreeListColumn.ColumnIndex Property

Gets the horizontal position of a banded column.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v25.1.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual int ColumnIndex { get; }

Property Value

Type Description
Int32

The zero-based index that specifies the column position within the band.

Remarks

Use the TreeList.SetColumnPosition to specify a column’s position within a band.

See Also