# GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchMode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchMode_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchMode*">TouchMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchMode_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchMode*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchMode" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchMode">TouchMode</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the touch mode is enabled or disabled in the viewer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TouchMode TouchMode { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Viewer.Common/GrapeCity.Viewer.Common.Model.TouchMode.html">TouchMode</a></td>
      <td><p><code>true</code> if touch mode is enabled; otherwise, <code>false</code>. The default value is <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchMode_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When touch mode is enabled, the viewer optimizes its interface and behavior for touch interactions.
This may include larger UI elements and different gesture handling. This setting is particularly useful on touch-enabled devices.</p>
</div>
</div>
