Back to Devexpress

TreeListColumn.RowIndex Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-826de3d4.md

latest1.7 KB
Original Source

TreeListColumn.RowIndex Property

Gets or sets the vertical 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)]
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int RowIndex { get; set; }
vb
<Browsable(False)>
<DefaultValue(0)>
<XtraSerializableProperty>
Public Overridable Property RowIndex As Integer

Property Value

TypeDefaultDescription
Int320

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

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace