# C1.Win.Schedule.C1Schedule.Locations

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Schedule_Locations_" data-uid="C1.Win.Schedule.C1Schedule.Locations*">Locations Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Schedule_Locations_" data-uid="C1.Win.Schedule.C1Schedule.Locations*"></a>
<h4 id="C1_Win_Schedule_C1Schedule_Locations" data-uid="C1.Win.Schedule.C1Schedule.Locations">Locations</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> list containing string descriptions of available locations.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public List&lt;string&gt; Locations { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property Locations As List(Of String)</code></pre>
</div>
<h5 id="C1_Win_Schedule_C1Schedule_Locations_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control uses this list to populate Locations ComboBox in the
<a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.html">AppointmentForm</a> form.
You can pre-populate this list at application start.
The <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control extends this list automatically every time when the new
location value is used in one of the <span class="xref">C1.Schedule.Appointment</span> objects.
You can use this list to fill Locations comboBox in the custom appointment dialog.</p>
</div>
</div>
