# C1.WPF.Pivot.FieldStyleEditor.GetValues

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Pivot_FieldStyleEditor_GetValues_" data-uid="C1.WPF.Pivot.FieldStyleEditor.GetValues*">GetValues Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Pivot_FieldStyleEditor_GetValues_" data-uid="C1.WPF.Pivot.FieldStyleEditor.GetValues*"></a>
<h4 id="C1_WPF_Pivot_FieldStyleEditor_GetValues_C1_PivotEngine_PivotFieldStyle_" data-uid="C1.WPF.Pivot.FieldStyleEditor.GetValues(C1.PivotEngine.PivotFieldStyle)">GetValues(PivotFieldStyle)</h4>
<div class="markdown level1 summary"><p>Initializes the control getting the values of a given field style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void GetValues(PivotFieldStyle style)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub GetValues(style As PivotFieldStyle)</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><span class="xref">PivotFieldStyle</span></td>
      <td><span class="parametername">style</span></td>
      <td><p>The style to load in the editor.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
