Class
TabStripTabDropEventArgs

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.

Declaration

cs-api-definition
public int DestinationIndex { get; set; }

Property Value

int

Id

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

Declaration

cs-api-definition
public string Id { get; set; }

Property Value

string