Class
TabStripTabReorderEventArgs

Provides data for the TabStrip OnTabReorder event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TabStripTabReorderEventArgs

Inheritance: objectTabStripTabReorderEventArgs

Constructors

TabStripTabReorderEventArgs()

Declaration

cs-api-definition
public TabStripTabReorderEventArgs()

Properties

Id

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

Declaration

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

Property Value

string

Position

The new zero-based index position of the tab after reordering.

Declaration

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

Property Value

int