DevListViewItemCollectionRemove Method
Removes the specified item 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 Remove(
ListViewItem item
)
Public Overrides Sub Remove (
item As ListViewItem
)
Dim instance As DevListViewItemCollection
Dim item As ListViewItem
instance.Remove(item)
public:
virtual void Remove(
ListViewItem^ item
) override
abstract Remove :
item : ListViewItem -> unit
override Remove :
item : ListViewItem -> unit
No code example is currently available or this language may not be supported.
Parameters
- item ListViewItem
-
A ListViewItem representing the item to remove from the collection.