Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / ListBox Class / InvalidateContainerConfigurationCache Method
A ConfigurationType representing the type whose container configuration cache will be invalidated.


In This Topic
    InvalidateContainerConfigurationCache Method
    In This Topic
    Invalidates the container configuration cache of the ListBox.
    Syntax
    'Declaration
     
    Protected Friend Sub InvalidateContainerConfigurationCache( _
       ByVal configurationType As ConfigurationType _
    ) 
    'Usage
     
    Dim instance As ListBox
    Dim configurationType As ConfigurationType
     
    instance.InvalidateContainerConfigurationCache(configurationType)
    protected internal void InvalidateContainerConfigurationCache( 
       ConfigurationType configurationType
    )

    Parameters

    configurationType
    A ConfigurationType representing the type whose container configuration cache will be invalidated.
    Requirements

    Target Platforms: Windows 11, Windows 10, 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