Click or drag to resize
KaxTagCloudItemCollectionIndexOf Method
Gets the index of the TagCloud item in the Items collection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int IndexOf(
	KaxTagCloudItem item
)

Parameters

item
Type: Kettic.AspNet.ControlsKaxTagCloudItem
The TagCloud item the index of.

Return Value

Type: Int32
The index of the TagCloud item.
See Also