Skip to main content
All docs
V24.2

TreeListDragHintTextTemplateContext.VisibleIndex Property

Returns the row’s visible index.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

The visible index.

Remarks

Refer to the DragHintTextTemplate property description for more information and an example.

See Also