Version

OutlookBarGroup Class

Represents a headered content area in a XamOutlookBar (commonly referred to as a 'group') that displays image and text in the header and developer-supplied content in the content area.
Syntax
'Declaration
 
Public Class OutlookBarGroup 
   Inherits System.Windows.Controls.HeaderedContentControl
public class OutlookBarGroup : System.Windows.Controls.HeaderedContentControl 
Remarks
OutlookBarGroups can appear in any of 3 locations in the XamOutlookBar control: the navigation area, the overflow area and the overflow context menu. When displayed in one of these areas, only the OutlookBarGroup's headser () is shown. When an OutlookBarGroup is selected, its header (with image and/or text) and content also appear in the selected group area.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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