TreeListItemsDroppedEventArgs.TargetItemVisibleIndex Property
Returns the target data item’s visible index.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.Grid.v26.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public int TargetItemVisibleIndex { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The visible index. |
Remarks
The TreeList component assigns indexes to visible nodes to indicate row order. Indexes are zero-based and sequential across all TreeList pages.

DxTreeList reassigns row indexes each time a user sorts or filters data and expands/collapses rows. Filtered-out rows and rows within collapsed nodes do not have indexes. In the following image, the TreeList component does not assign indexes to subtasks of the Create Action Plan… task.

See Also