﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.PivotGrid.Win.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.PivotGrid.Win">
      <summary>
        <para>Contains classes and interfaces specific to the <see href="https://docs.devexpress.com/eXpressAppFramework/113303/analytics/pivot-grid-module">Pivot Grid Module</see> Windows Forms functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor">
      <summary>
        <para>Represents the pivot grid <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> used in the XAF Windows Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor"/> class.</para>
      </summary>
      <param name="model">An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s node, which contains information on the View that will use the instantiated <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.ApplyModel">
      <summary>
        <para>Updates the current List Editor’s state in accordance with the information stored in the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.BorderStyle">
      <summary>
        <para>Gets or sets the border style for the target <see href="https://docs.devexpress.com/WindowsForms/3409/controls-and-libraries/pivot-grid">Pivot Grid</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying the border style of the target Pivot Grid.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.CanShowPopupMenu(System.Drawing.Point)">
      <summary>
        <para>Returns a Boolean value that indicates whether it is possible to invoke a context menu at the specified position.</para>
      </summary>
      <param name="position">A <see cref="T:System.Drawing.Point"/> object that specifies the position at which a context menu is invoked.</param>
      <returns>true if it is possible to invoke a context menu at the specified position; otherwise false.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.ChartControl">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor"/>‘s charting control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ChartControl"/> object representing the current List Editor’s charting control.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.ChartDesignerType">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WindowsForms/114127/controls-and-libraries/chart-control/end-user-features/chart-designer-for-end-users">Chart Designer</see> as the default chart designer type.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.ContextMenuTemplate">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor"/>‘s Context Menu Template.</para>
      </summary>
      <value>A control which implements the IContextMenuTemplate interface and represents a <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘s Context Menu Template.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.Dispose">
      <summary>
        <para>Releases all resources used by the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.OnExporting">
      <summary>
        <para>Performs the required pre-export actions under the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.PivotGridControl">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor"/>‘s pivot grid control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/> object representing the current List Editor’s pivot grid control.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.PopupSite">
      <summary>
        <para>Returns the control over which a context menu is being invoked.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.Control"/> object that represents the control over which a context menu is being invoked.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.Printable">
      <summary>
        <para>Specifies the control to be exported via the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction">ExportController.ExportAction</see>.</para>
      </summary>
      <value>An IPrintable object that is the control used for exporting.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.PrintableChanged">
      <summary>
        <para>Occurs when the PivotGridListEditor’s controls are created and disposed of.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.Refresh">
      <summary>
        <para>Refreshes the bound data source of the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor"/>‘s control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.SaveModel">
      <summary>
        <para>Writes information on a <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘s control to the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.SetMenuManager(DevExpress.Utils.Menu.IDXMenuManager)">
      <summary>
        <para>Sets the IDXMenuManager object that controls the Look &amp; Feel options of the Context Menu Template via the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor"/>‘s control.</para>
      </summary>
      <param name="manager">An IDXMenuManager object that controls the Look &amp; Feel options of the Context Menu Template via the <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘s control.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.SupportedExportFormats">
      <summary>
        <para>Provides access to the list of export formats supported by the current Pivot Grid List Editor.</para>
      </summary>
      <value>An List&lt;<see cref="T:DevExpress.XtraPrinting.ExportTarget"/>&gt; object that is a list of supported export formats.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.PivotGrid.Win.PivotGridListEditor.SvgImageSize">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.PivotGrid.Win.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
      <summary>
        <para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule"/> module.</para>
      </summary>
      <param name="objectSpace">An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.</param>
      <param name="versionFromDB">A System.Version object which represents the current database version.</param>
      <returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the <see cref="T:DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule"/> module.</returns>
    </member>
  </members>
</doc>