Click or drag to resize
TabItemsCollectionContains Method
Tests if this TabItemsCollection contains a given TabItem.

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

Parameters

tabItem
Type: Stingray.GridTabItem
The TabItem to test.

Return Value

Type: Boolean
true if this collection contains tabItem; false otherwise.
See Also