# C1.WPF.Ribbon.RibbonGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Ribbon_RibbonGroup" data-uid="C1.WPF.Ribbon.RibbonGroup" class="text-break">RibbonGroup Class
</h1>
  <div class="markdown level0 summary"><p>Represents a group of tools.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol">ItemsControl</a></div>
    <div class="level6"><span class="xref">RibbonGroup</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.icontainitemstorage">IContainItemStorage</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Ribbon.html">C1.WPF.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Ribbon.dll</h6>
  <h5 id="C1_WPF_Ribbon_RibbonGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;ToolStripStyle&quot;, StyleTargetType = typeof(C1ToolStrip))]
[StyleTypedProperty(Property = &quot;DialogLauncherButtonStyle&quot;, StyleTargetType = typeof(C1Button))]
[StyleTypedProperty(Property = &quot;DialogLauncherIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;ToolStyle&quot;, StyleTargetType = typeof(C1Tool))]
[StyleTypedProperty(Property = &quot;EditableToolStyle&quot;, StyleTargetType = typeof(C1Tool))]
[TemplatePart(Name = &quot;NormalGrid&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;CollapsedGrid&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;Items&quot;, Type = typeof(ItemsPresenter))]
[TemplatePart(Name = &quot;DropDown&quot;, Type = typeof(C1DropDownButton))]
[TemplatePart(Name = &quot;DialogLauncher&quot;, Type = typeof(C1Button))]
[TemplatePart(Name = &quot;DialogLauncherCollapsed&quot;, Type = typeof(C1Button))]
public class RibbonGroup : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;ToolStripStyle&quot;, StyleTargetType:=GetType(C1ToolStrip))&gt;
&lt;StyleTypedProperty(Property:=&quot;DialogLauncherButtonStyle&quot;, StyleTargetType:=GetType(C1Button))&gt;
&lt;StyleTypedProperty(Property:=&quot;DialogLauncherIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;ToolStyle&quot;, StyleTargetType:=GetType(C1Tool))&gt;
&lt;StyleTypedProperty(Property:=&quot;EditableToolStyle&quot;, StyleTargetType:=GetType(C1Tool))&gt;
&lt;TemplatePart(Name:=&quot;NormalGrid&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;CollapsedGrid&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;Items&quot;, Type:=GetType(ItemsPresenter))&gt;
&lt;TemplatePart(Name:=&quot;DropDown&quot;, Type:=GetType(C1DropDownButton))&gt;
&lt;TemplatePart(Name:=&quot;DialogLauncher&quot;, Type:=GetType(C1Button))&gt;
&lt;TemplatePart(Name:=&quot;DialogLauncherCollapsed&quot;, Type:=GetType(C1Button))&gt;
Public Class RibbonGroup
    Inherits ItemsControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup__ctor" data-uid="C1.WPF.Ribbon.RibbonGroup.#ctor">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.-ctor.html#C1_WPF_Ribbon_RibbonGroup__ctor">RibbonGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.html">RibbonGroup</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_DialogLauncherButtonStyleProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.DialogLauncherButtonStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherButtonStyleProperty.html">DialogLauncherButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherButtonStyle.html#C1_WPF_Ribbon_RibbonGroup_DialogLauncherButtonStyle">DialogLauncherButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_DialogLauncherIconStyleProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconStyleProperty.html">DialogLauncherIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconStyle.html#C1_WPF_Ribbon_RibbonGroup_DialogLauncherIconStyle">DialogLauncherIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_DialogLauncherIconTemplateProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconTemplateProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconTemplateProperty.html">DialogLauncherIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconTemplate.html#C1_WPF_Ribbon_RibbonGroup_DialogLauncherIconTemplate">DialogLauncherIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_EditableToolStyleProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.EditableToolStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.EditableToolStyleProperty.html">EditableToolStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.EditableToolStyle.html#C1_WPF_Ribbon_RibbonGroup_EditableToolStyle">EditableToolStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_FocusBrushProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.FocusBrushProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.FocusBrush.html#C1_WPF_Ribbon_RibbonGroup_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_HeaderProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.HeaderProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.HeaderProperty.html">HeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.Header.html#C1_WPF_Ribbon_RibbonGroup_Header">Header</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_MouseOverBrushProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.MouseOverBrush.html#C1_WPF_Ribbon_RibbonGroup_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_PopupStyleProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.PopupStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.PopupStyle.html#C1_WPF_Ribbon_RibbonGroup_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_PressedBrushProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.PressedBrush.html#C1_WPF_Ribbon_RibbonGroup_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_ShowDialogLauncherProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.ShowDialogLauncherProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.ShowDialogLauncherProperty.html">ShowDialogLauncherProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.ShowDialogLauncher.html#C1_WPF_Ribbon_RibbonGroup_ShowDialogLauncher">ShowDialogLauncher</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_ToolStripStyleProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.ToolStripStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.ToolStripStyleProperty.html">ToolStripStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.ToolStripStyle.html#C1_WPF_Ribbon_RibbonGroup_ToolStripStyle">ToolStripStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_ToolStyleProperty" data-uid="C1.WPF.Ribbon.RibbonGroup.ToolStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.ToolStyleProperty.html">ToolStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.ToolStyle.html#C1_WPF_Ribbon_RibbonGroup_ToolStyle">ToolStyle</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_CollapsedSizeVisibility" data-uid="C1.WPF.Ribbon.RibbonGroup.CollapsedSizeVisibility">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.CollapsedSizeVisibility.html#C1_WPF_Ribbon_RibbonGroup_CollapsedSizeVisibility">CollapsedSizeVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the visibility of the collapsed part.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_DialogLauncherButtonStyle" data-uid="C1.WPF.Ribbon.RibbonGroup.DialogLauncherButtonStyle">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherButtonStyle.html#C1_WPF_Ribbon_RibbonGroup_DialogLauncherButtonStyle">DialogLauncherButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the button that opens the dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_DialogLauncherIconStyle" data-uid="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconStyle">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconStyle.html#C1_WPF_Ribbon_RibbonGroup_DialogLauncherIconStyle">DialogLauncherIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the dialog launcher icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_DialogLauncherIconTemplate" data-uid="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconTemplate">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherIconTemplate.html#C1_WPF_Ribbon_RibbonGroup_DialogLauncherIconTemplate">DialogLauncherIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the dialog launcher icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_EditableToolStyle" data-uid="C1.WPF.Ribbon.RibbonGroup.EditableToolStyle">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.EditableToolStyle.html#C1_WPF_Ribbon_RibbonGroup_EditableToolStyle">EditableToolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to editable tools.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_FocusBrush" data-uid="C1.WPF.Ribbon.RibbonGroup.FocusBrush">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.FocusBrush.html#C1_WPF_Ribbon_RibbonGroup_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_FullSizeVisibility" data-uid="C1.WPF.Ribbon.RibbonGroup.FullSizeVisibility">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.FullSizeVisibility.html#C1_WPF_Ribbon_RibbonGroup_FullSizeVisibility">FullSizeVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the visibility of the FullSize part.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_GroupSizeDefinitions" data-uid="C1.WPF.Ribbon.RibbonGroup.GroupSizeDefinitions">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.GroupSizeDefinitions.html#C1_WPF_Ribbon_RibbonGroup_GroupSizeDefinitions">GroupSizeDefinitions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of group size definitions for the toolbar group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_Header" data-uid="C1.WPF.Ribbon.RibbonGroup.Header">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.Header.html#C1_WPF_Ribbon_RibbonGroup_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the header of the group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_IsCollapsed" data-uid="C1.WPF.Ribbon.RibbonGroup.IsCollapsed">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.IsCollapsed.html#C1_WPF_Ribbon_RibbonGroup_IsCollapsed">IsCollapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the group is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_IsDisposed" data-uid="C1.WPF.Ribbon.RibbonGroup.IsDisposed">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.IsDisposed.html#C1_WPF_Ribbon_RibbonGroup_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_MouseOverBrush" data-uid="C1.WPF.Ribbon.RibbonGroup.MouseOverBrush">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.MouseOverBrush.html#C1_WPF_Ribbon_RibbonGroup_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_PopupStyle" data-uid="C1.WPF.Ribbon.RibbonGroup.PopupStyle">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.PopupStyle.html#C1_WPF_Ribbon_RibbonGroup_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to the menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_PressedBrush" data-uid="C1.WPF.Ribbon.RibbonGroup.PressedBrush">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.PressedBrush.html#C1_WPF_Ribbon_RibbonGroup_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_ShowDialogLauncher" data-uid="C1.WPF.Ribbon.RibbonGroup.ShowDialogLauncher">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.ShowDialogLauncher.html#C1_WPF_Ribbon_RibbonGroup_ShowDialogLauncher">ShowDialogLauncher</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a dialog launcher button is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_ToolStripStyle" data-uid="C1.WPF.Ribbon.RibbonGroup.ToolStripStyle">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.ToolStripStyle.html#C1_WPF_Ribbon_RibbonGroup_ToolStripStyle">ToolStripStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the tool-strip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_ToolStyle" data-uid="C1.WPF.Ribbon.RibbonGroup.ToolStyle">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.ToolStyle.html#C1_WPF_Ribbon_RibbonGroup_ToolStyle">ToolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the tools.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_WidthConstraint" data-uid="C1.WPF.Ribbon.RibbonGroup.WidthConstraint">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.WidthConstraint.html#C1_WPF_Ribbon_RibbonGroup_WidthConstraint">WidthConstraint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width constraint set by the <a class="xref" href="C1.WPF.Ribbon.C1Ribbon.html">C1Ribbon</a> control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_Dispose" data-uid="C1.WPF.Ribbon.RibbonGroup.Dispose">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.Dispose.html#C1_WPF_Ribbon_RibbonGroup_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_Dispose_System_Boolean_" data-uid="C1.WPF.Ribbon.RibbonGroup.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.Dispose.html#C1_WPF_Ribbon_RibbonGroup_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_Finalize" data-uid="C1.WPF.Ribbon.RibbonGroup.Finalize">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.Finalize.html#C1_WPF_Ribbon_RibbonGroup_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.html">RibbonGroup</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_OnApplyTemplate" data-uid="C1.WPF.Ribbon.RibbonGroup.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.OnApplyTemplate.html#C1_WPF_Ribbon_RibbonGroup_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.WPF.Ribbon.RibbonGroup.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.OnItemsChanged.html#C1_WPF_Ribbon_RibbonGroup_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnItemsChanged(NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when Items property changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_OnPropertyChanged_System_String_" data-uid="C1.WPF.Ribbon.RibbonGroup.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.OnPropertyChanged.html#C1_WPF_Ribbon_RibbonGroup_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.Ribbon.RibbonGroup.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.PrepareContainerForItemOverride.html#C1_WPF_Ribbon_RibbonGroup_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_">PrepareContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares item container.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_TryCloseDropDownButton" data-uid="C1.WPF.Ribbon.RibbonGroup.TryCloseDropDownButton">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.TryCloseDropDownButton.html#C1_WPF_Ribbon_RibbonGroup_TryCloseDropDownButton">TryCloseDropDownButton()</a>
        </td>
        <td class="markdown level1 summary"><p>Try to close the DropDownButton of this ToolbarGroup</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_DialogLauncherClick" data-uid="C1.WPF.Ribbon.RibbonGroup.DialogLauncherClick">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.DialogLauncherClick.html">DialogLauncherClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when dialog launcher is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroup_PropertyChanged" data-uid="C1.WPF.Ribbon.RibbonGroup.PropertyChanged">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Raised when a property changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
