The search functionality needs JavaScript enabled
TabControl.tab
returns tab item by id (null if index out of range)
TabItem tab( int index );
returns tab item by id (null if not found)
TabItem tab( string id ); const(TabItem) tab( string id ) const;