# C1.WPF.Pivot.FlexPivotPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Pivot_FlexPivotPanel" data-uid="C1.WPF.Pivot.FlexPivotPanel" class="text-break">FlexPivotPanel Class
</h1>
  <div class="markdown level0 summary"><p>Provides a user interface for interactively transforming regular data tables into FlexPivot pivot tables.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><span class="xref">FlexPivotPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Pivot.html">C1.WPF.Pivot</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Pivot.dll</h6>
  <h5 id="C1_WPF_Pivot_FlexPivotPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Root&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;CubeFields&quot;, Type = typeof(C1TreeView))]
[TemplatePart(Name = &quot;Fields&quot;, Type = typeof(ListBox))]
[TemplatePart(Name = &quot;Filter&quot;, Type = typeof(ListBox))]
[TemplatePart(Name = &quot;Rows&quot;, Type = typeof(ListBox))]
[TemplatePart(Name = &quot;Columns&quot;, Type = typeof(ListBox))]
[TemplatePart(Name = &quot;Values&quot;, Type = typeof(ListBox))]
[TemplatePart(Name = &quot;CtxMenu&quot;, Type = typeof(ContextMenu))]
[TemplatePart(Name = &quot;CmdMoveUp&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdMoveDown&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdMoveToBeg&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdMoveToEnd&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdMoveToRows&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdMoveToCols&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdMoveToVals&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdMoveToFilter&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdRemoveField&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdFieldSettings&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;CmdTopSeparator&quot;, Type = typeof(Separator))]
[TemplatePart(Name = &quot;BtnUpdate&quot;, Type = typeof(C1Button))]
[TemplatePart(Name = &quot;ChkDeferUpdates&quot;, Type = typeof(CheckBox))]
public class FlexPivotPanel : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;CubeFields&quot;, Type:=GetType(C1TreeView))&gt;
&lt;TemplatePart(Name:=&quot;Fields&quot;, Type:=GetType(ListBox))&gt;
&lt;TemplatePart(Name:=&quot;Filter&quot;, Type:=GetType(ListBox))&gt;
&lt;TemplatePart(Name:=&quot;Rows&quot;, Type:=GetType(ListBox))&gt;
&lt;TemplatePart(Name:=&quot;Columns&quot;, Type:=GetType(ListBox))&gt;
&lt;TemplatePart(Name:=&quot;Values&quot;, Type:=GetType(ListBox))&gt;
&lt;TemplatePart(Name:=&quot;CtxMenu&quot;, Type:=GetType(ContextMenu))&gt;
&lt;TemplatePart(Name:=&quot;CmdMoveUp&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdMoveDown&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdMoveToBeg&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdMoveToEnd&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdMoveToRows&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdMoveToCols&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdMoveToVals&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdMoveToFilter&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdRemoveField&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdFieldSettings&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;CmdTopSeparator&quot;, Type:=GetType(Separator))&gt;
&lt;TemplatePart(Name:=&quot;BtnUpdate&quot;, Type:=GetType(C1Button))&gt;
&lt;TemplatePart(Name:=&quot;ChkDeferUpdates&quot;, Type:=GetType(CheckBox))&gt;
Public Class FlexPivotPanel
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel__ctor" data-uid="C1.WPF.Pivot.FlexPivotPanel.#ctor">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.-ctor.html#C1_WPF_Pivot_FlexPivotPanel__ctor">FlexPivotPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.html">FlexPivotPanel</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_DataSourceProperty" data-uid="C1.WPF.Pivot.FlexPivotPanel.DataSourceProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.DataSourceProperty.html">DataSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.DataSource.html#C1_WPF_Pivot_FlexPivotPanel_DataSource">DataSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ShowTotalsColumnsProperty" data-uid="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsColumnsProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsColumnsProperty.html">ShowTotalsColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsColumns.html#C1_WPF_Pivot_FlexPivotPanel_ShowTotalsColumns">ShowTotalsColumns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ShowTotalsRowsProperty" data-uid="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsRowsProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsRowsProperty.html">ShowTotalsRowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsRows.html#C1_WPF_Pivot_FlexPivotPanel_ShowTotalsRows">ShowTotalsRows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ShowZerosProperty" data-uid="C1.WPF.Pivot.FlexPivotPanel.ShowZerosProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ShowZerosProperty.html">ShowZerosProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ShowZeros.html#C1_WPF_Pivot_FlexPivotPanel_ShowZeros">ShowZeros</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ThemeResourcesProperty" data-uid="C1.WPF.Pivot.FlexPivotPanel.ThemeResourcesProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ThemeResourcesProperty.html">ThemeResourcesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ThemeResources.html#C1_WPF_Pivot_FlexPivotPanel_ThemeResources">ThemeResources</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_C1PivotEngine" data-uid="C1.WPF.Pivot.FlexPivotPanel.C1PivotEngine">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.C1PivotEngine.html#C1_WPF_Pivot_FlexPivotPanel_C1PivotEngine">C1PivotEngine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.C1PivotEngine.html#C1_WPF_Pivot_FlexPivotPanel_C1PivotEngine">C1PivotEngine</a> that performs
the FlexPivot analysis for this <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.html">FlexPivotPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_DataSource" data-uid="C1.WPF.Pivot.FlexPivotPanel.DataSource">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.DataSource.html#C1_WPF_Pivot_FlexPivotPanel_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object that contains the data to be analyzed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_FlexPivotEngine" data-uid="C1.WPF.Pivot.FlexPivotPanel.FlexPivotEngine">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.FlexPivotEngine.html#C1_WPF_Pivot_FlexPivotPanel_FlexPivotEngine">FlexPivotEngine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <span class="xref">C1.FlexPivot.C1FlexPivotEngine</span> that performs
the FlexPivot analysis for this <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.html">FlexPivotPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_FlexPivotTable" data-uid="C1.WPF.Pivot.FlexPivotPanel.FlexPivotTable">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.FlexPivotTable.html#C1_WPF_Pivot_FlexPivotPanel_FlexPivotTable">FlexPivotTable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.datatable">DataTable</a> that contains the
output of the FlexPivot analysis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_IsDisposed" data-uid="C1.WPF.Pivot.FlexPivotPanel.IsDisposed">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.IsDisposed.html#C1_WPF_Pivot_FlexPivotPanel_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ShowTotalsColumns" data-uid="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsColumns">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsColumns.html#C1_WPF_Pivot_FlexPivotPanel_ShowTotalsColumns">ShowTotalsColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the FlexPivot output table should include a column with the totals for each row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ShowTotalsRows" data-uid="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsRows">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ShowTotalsRows.html#C1_WPF_Pivot_FlexPivotPanel_ShowTotalsRows">ShowTotalsRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the FlexPivot output table should include a row with the totals for each column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ShowZeros" data-uid="C1.WPF.Pivot.FlexPivotPanel.ShowZeros">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ShowZeros.html#C1_WPF_Pivot_FlexPivotPanel_ShowZeros">ShowZeros</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the FlexPivot output table should use zeros to indicate missing values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ThemeResources" data-uid="C1.WPF.Pivot.FlexPivotPanel.ThemeResources">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ThemeResources.html#C1_WPF_Pivot_FlexPivotPanel_ThemeResources">ThemeResources</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> defining theme resources to use in dialogs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ViewDefinition" data-uid="C1.WPF.Pivot.FlexPivotPanel.ViewDefinition">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ViewDefinition.html#C1_WPF_Pivot_FlexPivotPanel_ViewDefinition">ViewDefinition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an XML string containing an FlexPivot view definition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_Workspace" data-uid="C1.WPF.Pivot.FlexPivotPanel.Workspace">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.Workspace.html#C1_WPF_Pivot_FlexPivotPanel_Workspace">Workspace</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the DataEngine workspace associated with the control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ConnectCube_System_String_System_String_" data-uid="C1.WPF.Pivot.FlexPivotPanel.ConnectCube(System.String,System.String)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ConnectCube.html#C1_WPF_Pivot_FlexPivotPanel_ConnectCube_System_String_System_String_">ConnectCube(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Connect to cube data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ConnectDataEngine_System_String_" data-uid="C1.WPF.Pivot.FlexPivotPanel.ConnectDataEngine(System.String)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ConnectDataEngine.html#C1_WPF_Pivot_FlexPivotPanel_ConnectDataEngine_System_String_">ConnectDataEngine(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Connect to a C1.DataEngine table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_CreateWorkspace" data-uid="C1.WPF.Pivot.FlexPivotPanel.CreateWorkspace">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.CreateWorkspace.html#C1_WPF_Pivot_FlexPivotPanel_CreateWorkspace">CreateWorkspace()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <span class="xref">C1.DataEngine.Workspace</span> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_Dispose" data-uid="C1.WPF.Pivot.FlexPivotPanel.Dispose">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.Dispose.html#C1_WPF_Pivot_FlexPivotPanel_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_Dispose_System_Boolean_" data-uid="C1.WPF.Pivot.FlexPivotPanel.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.Dispose.html#C1_WPF_Pivot_FlexPivotPanel_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_Finalize" data-uid="C1.WPF.Pivot.FlexPivotPanel.Finalize">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.Finalize.html#C1_WPF_Pivot_FlexPivotPanel_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.html">FlexPivotPanel</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_OnApplyTemplate" data-uid="C1.WPF.Pivot.FlexPivotPanel.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.OnApplyTemplate.html#C1_WPF_Pivot_FlexPivotPanel_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_OnDataEngineConnectionChanged_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPanel.OnDataEngineConnectionChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.OnDataEngineConnectionChanged.html#C1_WPF_Pivot_FlexPivotPanel_OnDataEngineConnectionChanged_System_EventArgs_">OnDataEngineConnectionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.DataEngineConnectionChanged.html">DataEngineConnectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_OnDataSourceChanged_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPanel.OnDataSourceChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.OnDataSourceChanged.html#C1_WPF_Pivot_FlexPivotPanel_OnDataSourceChanged_System_EventArgs_">OnDataSourceChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.DataSourceChanged.html">DataSourceChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_OnLoadedFields_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPanel.OnLoadedFields(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.OnLoadedFields.html#C1_WPF_Pivot_FlexPivotPanel_OnLoadedFields_System_EventArgs_">OnLoadedFields(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.LoadedFields.html">LoadedFields</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_OnUpdated_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPanel.OnUpdated(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.OnUpdated.html#C1_WPF_Pivot_FlexPivotPanel_OnUpdated_System_EventArgs_">OnUpdated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.Updated.html">Updated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_OnUpdating_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPanel.OnUpdating(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.OnUpdating.html#C1_WPF_Pivot_FlexPivotPanel_OnUpdating_System_EventArgs_">OnUpdating(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.Updating.html">Updating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_OnViewDefinitionChanged_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPanel.OnViewDefinitionChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.OnViewDefinitionChanged.html#C1_WPF_Pivot_FlexPivotPanel_OnViewDefinitionChanged_System_EventArgs_">OnViewDefinitionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ViewDefinitionChanged.html">ViewDefinitionChanged</a> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_DataEngineConnectionChanged" data-uid="C1.WPF.Pivot.FlexPivotPanel.DataEngineConnectionChanged">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.DataEngineConnectionChanged.html">DataEngineConnectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when data engine table connected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_DataSourceChanged" data-uid="C1.WPF.Pivot.FlexPivotPanel.DataSourceChanged">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.DataSourceChanged.html">DataSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the data source changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_LoadedFields" data-uid="C1.WPF.Pivot.FlexPivotPanel.LoadedFields">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.LoadedFields.html">LoadedFields</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.FlexPivotEngine.html#C1_WPF_Pivot_FlexPivotPanel_FlexPivotEngine">FlexPivotEngine</a> finishes loading the fields for
the current DataSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_Updated" data-uid="C1.WPF.Pivot.FlexPivotPanel.Updated">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.Updated.html">Updated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.FlexPivotEngine.html#C1_WPF_Pivot_FlexPivotPanel_FlexPivotEngine">FlexPivotEngine</a> finishes the FlexPivot analysis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_Updating" data-uid="C1.WPF.Pivot.FlexPivotPanel.Updating">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.Updating.html">Updating</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.C1PivotEngine.html#C1_WPF_Pivot_FlexPivotPanel_C1PivotEngine">C1PivotEngine</a> starts updating the output FlexPivot table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPanel_ViewDefinitionChanged" data-uid="C1.WPF.Pivot.FlexPivotPanel.ViewDefinitionChanged">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.ViewDefinitionChanged.html">ViewDefinitionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the view definition changes, before the output table is updated.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
