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; }