# C1.Win.Schedule.C1Schedule.MinDaySlotWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Schedule_MinDaySlotWidth_" data-uid="C1.Win.Schedule.C1Schedule.MinDaySlotWidth*">MinDaySlotWidth Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Schedule_MinDaySlotWidth_" data-uid="C1.Win.Schedule.C1Schedule.MinDaySlotWidth*"></a>
<h4 id="C1_Win_Schedule_C1Schedule_MinDaySlotWidth" data-uid="C1.Win.Schedule.C1Schedule.MinDaySlotWidth">MinDaySlotWidth</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 day slots in TimeLine view when <a class="xref" href="C1.Win.Schedule.C1Schedule.TimeLineStyle.html#C1_Win_Schedule_C1Schedule_TimeLineStyle">TimeLineStyle</a> is <a class="xref" href="C1.Win.Schedule.TimeLineStyleEnum.html#C1_Win_Schedule_TimeLineStyleEnum_Days">Days</a>.
Default value is -1.  If this property is set to default value, slot 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;MinDaySlotWidth&quot;, &quot;Determines the minimal width of day slots in TimeLine view when TimeLineStyle is TimeLineStyleEnum.Days.&quot;)]
public int MinDaySlotWidth { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;MinDaySlotWidth&quot;, &quot;Determines the minimal width of day slots in TimeLine view when TimeLineStyle is TimeLineStyleEnum.Days.&quot;)&gt;
Public Property MinDaySlotWidth As Integer</code></pre>
</div>
<h5 id="C1_Win_Schedule_C1Schedule_MinDaySlotWidth_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The actual width might be bigger depending on used font size.</p>
</div>
</div>
