# C1.Blazor.Grid.GridControlAdapter.ApplySelectedTimesVisualEffect

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Blazor_Grid_GridControlAdapter_ApplySelectedTimesVisualEffect_" data-uid="C1.Blazor.Grid.GridControlAdapter.ApplySelectedTimesVisualEffect*">ApplySelectedTimesVisualEffect Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Blazor_Grid_GridControlAdapter_ApplySelectedTimesVisualEffect_" data-uid="C1.Blazor.Grid.GridControlAdapter.ApplySelectedTimesVisualEffect*"></a>
<h4 id="C1_Blazor_Grid_GridControlAdapter_ApplySelectedTimesVisualEffect_System_Int32_C1_Blazor_Core_C1Style_" data-uid="C1.Blazor.Grid.GridControlAdapter.ApplySelectedTimesVisualEffect(System.Int32,C1.Blazor.Core.C1Style)">ApplySelectedTimesVisualEffect(int, C1Style)</h4>
<div class="markdown level1 summary"><p>Modifies the cell's style to visually reflect the count of the cell's selection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void ApplySelectedTimesVisualEffect(int selectedTimes, C1Style style)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub ApplySelectedTimesVisualEffect(selectedTimes As Integer, style As C1Style)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">selectedTimes</span></td>
      <td><p>The number of times the cell has been selected.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Style.html">C1Style</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>The style of the cell.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
