DevListViewItemCollectionRemoveByKey Method
Removes the item with the specified key from the collection.
Namespace: DevCase.UI.Layout.DevListViewDataAssembly: 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
)
Public Overrides Sub RemoveByKey (
key As String
)
Dim instance As DevListViewItemCollection
Dim key As String
instance.RemoveByKey(key)
public:
virtual void RemoveByKey(
String^ key
) override
abstract RemoveByKey :
key : string -> unit
override RemoveByKey :
key : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- key String
-
The name of the item to remove from the collection.