Click or drag to resize
KaxTagCloudItemCollectionSort Method
Sorts the current list of TagCloud items. The collection itself is not modified. If any of the MinimalWeightAllowed, MaxNumberOfItems and TakeTopWeightedItems properties are set, the collection will be filtered too.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxTagCloudItemCollection Sort()

Return Value

Type: KaxTagCloudItemCollection
The collection of sorted items.
See Also