Skip to main content
All docs
V24.1

TreeListFocusedRowChangedEventArgs.VisibleIndex Property

Returns the visible index of the focused row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

If a data row is focused, the property returns this row’s visible index. The property returns -1 if a new row is focused or the TreeList displays no rows.

See Also