TreeListColumn.ColumnIndex Property
In This Article
Gets the horizontal position of a banded column.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.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