New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadTabStripReorderedEventArgs

Provides data for the E:Telerik.Web.UI.RadTabStrip.Reordered event of the Telerik.Web.UI.RadTabStrip control.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.RadTabStripEventArgs
  • Telerik.Web.UI.RadTabStripReorderedEventArgs

Properties

Offset Int32

Gets or sets the offset.

Tab RadTab

Gets the referenced tab in the RadTabStrip control when the event is raised.

Remarks

Use this property to programmatically access the tab referenced in the RadTabStrip control when the event is raised.

In this article