ClassTabStripTabDropEventArgs
Class
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:
cs-api-definition
public class TabStripTabDropEventArgs
Inheritance: objectTabStripTabDropEventArgs
Constructors
TabStripTabDropEventArgs()
Declaration
cs-api-definition
public TabStripTabDropEventArgs()
Properties
DestinationIndex
The zero-based index position of the tab after the drop operation completed.