Skip to main content
All docs
V25.1
  • GridItemsDroppedEventArgs.TargetItemVisibleIndex Property

    Returns the target data item’s visible index.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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