DevListViewItemCollectionRemoveByKey Method

Removes the item with the specified key from the collection.

Definition

Namespace: DevCase.UI.Layout.DevListViewData
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override void RemoveByKey(
	string key
)

Parameters

key  String
The name of the item to remove from the collection.

See Also