Back to Devexpress

TreeListColumn.ColumnIndex Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-8f7ce5a9.md

latest1.7 KB
Original Source

TreeListColumn.ColumnIndex Property

Gets the horizontal position of a banded column.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual int ColumnIndex { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property ColumnIndex As Integer

Property Value

TypeDescription
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

RowIndex

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace