Click or drag to resize
ChartingStateManagedCollectionTRemove Method
Removes item from collection

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual bool Remove(
	T item
)

Parameters

item
Type: T
Item to remove

Return Value

Type: Boolean
True in case of success

Implements

ICollectionTRemove(T)
See Also