New to Telerik UI for BlazorStart a free 30-day trial

Provides data for the TabStrip OnTabDrop event, which fires when a tab drag-and-drop operation completes.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class TabStripTabDropEventArgs

Inheritance: objectTabStripTabDropEventArgs

Constructors

C#
public TabStripTabDropEventArgs()

Properties

The zero-based index position of the tab after the drop operation completed.

C#
public int DestinationIndex { get; set; }

Gets or sets the unique identifier of the tab that was dropped.

C#
public string Id { get; set; }