Skip to main content
All docs
V24.2

GridItemsDroppedEventArgs.TargetItemVisibleIndex Property

Returns the target data item’s visible index.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public int TargetItemVisibleIndex { get; }

Property Value

Type Description
Int32

The visible index.

Remarks

Refer to the ItemsDropped event description for more information and an example.

See Also