TabControlRegionSyncBehavior Class

Behavior that generates TabItem containers for the added items and also keeps the SelectedItem and the ActiveViews in sync.

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

Syntax

public class TabControlRegionSyncBehavior : RegionBehavior, 
    IHostAwareRegionBehavior, IRegionBehavior
'Declaration
Public Class TabControlRegionSyncBehavior _
    Inherits RegionBehavior _
    Implements IHostAwareRegionBehavior, IRegionBehavior

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.RegionBehavior
    Microsoft.Practices.Prism.Regions.Behaviors.TabControlRegionSyncBehavior

See Also

TabControlRegionSyncBehavior Members

Microsoft.Practices.Prism.Regions.Behaviors Namespace