Skip to main content
A newer version of this page is available. .

TreeListColumn.RowIndex Property

Gets or sets the vertical position of a banded column.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int RowIndex { get; set; }

Property Value

Type Default Description
Int32 0

The zero-based index that specifies the band row where the column header is displayed.

Remarks

The RowIndex property is in effect only for banded columns.

This property specifies not only the vertical position of the column header within the band, but also the vertical position of the column cells within rows.

If you set the RowIndex to a negative value, this index will be automatically set to 0.

See Also