RibbonTabHeader::ContextualTabGroup Property
.NET Framework (current version)
Gets a reference to the RibbonContextualTabGroup that this control belongs to.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
public: property RibbonContextualTabGroup^ ContextualTabGroup { RibbonContextualTabGroup^ get(); private: void set(RibbonContextualTabGroup^ value); }
Property Value
Type: System.Windows.Controls.Ribbon::RibbonContextualTabGroup^The contextual tab group that the tab for this header is in; or null if the tab is not in a contextual tab group. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.
.NET Framework
Available since 4.5
Available since 4.5
Show: