Determines if the tab can be closed by a user, or not. Defaults to false.
A property bag that can be used to store any additional properties that you want to associate with this tab.
Determines if the tab is currently selected or not. This is set by the TabStrip component automatically when the SelectedTabIndex is set, do not set this directly.
Returns a reference to the tab strip that this tab belongs to.
Event handler for when the close button is clicked on the tab. This will fire the BeforeTabClosed event on the TabStrip component, and if it is not cancelled, will then fire the AfterTabClosed event.
Event handler for when this tab is clicked to select it, generally not a great idea to call this directly, but it is possible to call directly to simulate a click. The preferred approach is to set the SelectedTabIndex property on the TabStrip component directly.
Represents the tab in the header of a given tab strip