Click or drag to resize
TabItemsCollectionRemove Method
Removes a given TabItem from this collection.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public void Remove(
	TabItem tabItem
)

Parameters

tabItem
Type: Stingray.GridTabItem
The item to remove from this collection.
See Also