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

Provides data for the TabStrip OnTabReorder event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class TabStripTabReorderEventArgs

Inheritance: objectTabStripTabReorderEventArgs

Constructors

C#
public TabStripTabReorderEventArgs()

Properties

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

C#
public string Id { get; set; }

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

C#
public int Position { get; set; }