TreeListColumn.RowIndex Property
Gets or sets the vertical position of a banded column.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
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