# C1.Win.Schedule.C1Schedule.MinAppointmentWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Schedule_MinAppointmentWidth_" data-uid="C1.Win.Schedule.C1Schedule.MinAppointmentWidth*">MinAppointmentWidth Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Schedule_MinAppointmentWidth_" data-uid="C1.Win.Schedule.C1Schedule.MinAppointmentWidth*"></a>
<h4 id="C1_Win_Schedule_C1Schedule_MinAppointmentWidth" data-uid="C1.Win.Schedule.C1Schedule.MinAppointmentWidth">MinAppointmentWidth</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value determining the minimal width of appointment elements in TimeLine view.
Default value is -1.  If this property is set to default value, appointment width is determined automatically according to current view settings and style options.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Layout&quot;)]
[C1Description(&quot;MinAppointmentWidth&quot;, &quot;Determines the minimal width of appointments in TimeLine view.&quot;)]
public int MinAppointmentWidth { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;MinAppointmentWidth&quot;, &quot;Determines the minimal width of appointments in TimeLine view.&quot;)&gt;
Public Property MinAppointmentWidth As Integer</code></pre>
</div>
<h5 id="C1_Win_Schedule_C1Schedule_MinAppointmentWidth_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The actual width might be bigger depending on used font size.</p>
</div>
</div>
