# C1.Win.C1Input.DateEditMonthCalendar.CurrentMonthDisplayOffset

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Input_DateEditMonthCalendar_CurrentMonthDisplayOffset_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.CurrentMonthDisplayOffset*">CurrentMonthDisplayOffset Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Input_DateEditMonthCalendar_CurrentMonthDisplayOffset_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.CurrentMonthDisplayOffset*"></a>
<h4 id="C1_Win_C1Input_DateEditMonthCalendar_CurrentMonthDisplayOffset" data-uid="C1.Win.C1Input.DateEditMonthCalendar.CurrentMonthDisplayOffset">CurrentMonthDisplayOffset</h4>
<div class="markdown level1 summary"><p>Gets or sets the current month display offset.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int CurrentMonthDisplayOffset { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property CurrentMonthDisplayOffset As Integer</code></pre>
</div>
<h5 id="C1_Win_C1Input_DateEditMonthCalendar_CurrentMonthDisplayOffset_examples">Examples</h5>
<p>This example shows current month at the center of the multi-dimensional
drop down calendar.</p>
<pre><code class="lang-csharp">c1DateEdit1.Calendar.CalendarDimensions = new Size(3, 1);
// Display current month at the center of the calendar.
// Other possible values:
// 0 - (Default) - at the Right
// 1 - Center
// 2 - Left
c1DateEdit1.Calendar.CurrentMonthDisplayOffset = 1;</code></pre>

</div>
