Share via


ItemsControlRegionAdapter Class

Adapter that creates a new AllActiveRegion and binds all the views to the adapted ItemsControl.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class ItemsControlRegionAdapter : RegionAdapterBase<ItemsControl>
'Declaration
Public Class ItemsControlRegionAdapter _
    Inherits RegionAdapterBase(Of ItemsControl)

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.RegionAdapterBase<ItemsControl>
    Microsoft.Practices.Prism.Regions.ItemsControlRegionAdapter
      Microsoft.Practices.Prism.MefExtensions.Regions.MefItemsControlRegionAdapter

See Also

ItemsControlRegionAdapter Members

Microsoft.Practices.Prism.Regions Namespace