I'd like to get the ASP.NET ID of a control that IS A RadTab. RadTab inherits from ControlItem, which seems to cover up the ASP.NET ID with its own property.
// Summary:
// The ID property is reserved for internal use. Please use the Telerik.Web.UI.ControlItem.Value
// property or use the Telerik.Web.UI.Attributes collection if you need to assign
// custom data to the item.
Is there a way to get or set the ID, so that I can locate a specific tab on the server side polymorphically?