# C1.Win.Command.C1RadialMenu.Expanded

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Command_C1RadialMenu_Expanded_" data-uid="C1.Win.Command.C1RadialMenu.Expanded*">Expanded Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Command_C1RadialMenu_Expanded_" data-uid="C1.Win.Command.C1RadialMenu.Expanded*"></a>
<h4 id="C1_Win_Command_C1RadialMenu_Expanded" data-uid="C1.Win.Command.C1RadialMenu.Expanded">Expanded</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the radial menu is currently expanded.
If the menu is currently invisible (<a class="xref" href="C1.Win.Command.C1RadialMenu.Visible.html#C1_Win_Command_C1RadialMenu_Visible">Visible</a> is false),
setting this property throws an exception.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;C1RadialMenu.Expanded&quot;, &quot;Indicates whether the radial menu is currently expanded.&quot;)]
public bool Expanded { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;C1RadialMenu.Expanded&quot;, &quot;Indicates whether the radial menu is currently expanded.&quot;)&gt;
Public Property Expanded As Boolean</code></pre>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
