Xceed Ultimate ListBox for Silverlight Documentation
ClearContainerForItem Method


The ListBoxContainer whose bindings and templates will be removed.
Removes any bindings and templates applied to the item container.
Syntax
Protected Friend Overridable Sub ClearContainerForItem( _
   ByVal container As ListBoxContainer _
) 
Dim instance As ListBox
Dim container As ListBoxContainer
 
instance.ClearContainerForItem(container)
protected internal virtual void ClearContainerForItem( 
   ListBoxContainer container
)

Parameters

container
The ListBoxContainer whose bindings and templates will be removed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListBox Class
ListBox Members

Send Feedback