﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.PivotGrid.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.PivotGrid">
      <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> functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.PivotGrid.IModelPivotListView">
      <summary>
        <para>Used to extend the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> with the PivotSettings node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IModelPivotListView.PivotSettings">
      <summary>
        <para>Provides access to the PivotSettings node.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.PivotGrid.IModelPivotSettings"/> object representing the PivotSettings node.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.PivotGrid.IModelPivotSettings">
      <summary>
        <para>The PivotSettings node provides access to the settings of the <see href="https://docs.devexpress.com/eXpressAppFramework/113303/analytics/pivot-grid-module">pivot grid List Editor</see> used by a <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">List View</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.PivotGrid.IPivotSettings">
      <summary>
        <para>Declares members of classes that specify settings of the <see href="https://docs.devexpress.com/eXpressAppFramework/113303/analytics/pivot-grid-module">pivot grid List Editor</see> used by a <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">List View</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.AddNewColumns">
      <summary>
        <para>Specifies whether columns deleted via the <see cref="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.Settings">IPivotSettings.Settings</see> property in the current <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> layer, but existing in previous layers, should be retained in the <see href="https://docs.devexpress.com/eXpressAppFramework/113303/analytics/pivot-grid-module">Pivot Grid List Editor</see>.</para>
      </summary>
      <value>true, if columns deleted in the current Application Model layer, but existing in previous layers, should be retained in the Pivot Grid List Editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ChartDataVertical">
      <summary>
        <para>Specifies whether chart series are created based on pivot table columns or rows.</para>
      </summary>
      <value>true, if pivot table columns are represented by series on a chart; false, if pivot table rows are represented by series on a chart.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ChartSettings">
      <summary>
        <para>Specifies settings of the chart accompanying the pivot table.</para>
      </summary>
      <value>A string representing serialized chart settings.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.CustomizationEnabled">
      <summary>
        <para>Indicates whether end-users can customize pivot table settings in Windows Forms applications, via the context menu’s Invoke Wizard and Clear Settings Actions.</para>
      </summary>
      <value>true, if end-user customizations are allowed in Windows Forms applications; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.LayoutSettings">
      <summary>
        <para>Specifies layout settings.</para>
      </summary>
      <value>A string representing serialized layout settings.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.RemoveOldColumns">
      <summary>
        <para>Specifies whether columns defined via the <see cref="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.Settings">IPivotSettings.Settings</see> property in previous <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> layers, not defined in the current layer, should be available in the <see href="https://docs.devexpress.com/eXpressAppFramework/113303/analytics/pivot-grid-module">Pivot Grid List Editor</see>.</para>
      </summary>
      <value>true, if columns defined in previous Application Model layers via the Settings property, not defined in the current layer, are not available in the Pivot Grid List Editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.Settings">
      <summary>
        <para>Provides access to the settings of the <see href="https://docs.devexpress.com/eXpressAppFramework/113303/analytics/pivot-grid-module">pivot grid List Editor</see> used by a <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">List View</see>, editable via the Pivot Grid Property Editor.</para>
      </summary>
      <value>A string representing the serialized pivot table settings.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowChart">
      <summary>
        <para>Specifies whether the chart accompanying the pivot table is displayed.</para>
      </summary>
      <value>true, if the chart accompanying the pivot table is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowColumnGrandTotals">
      <summary>
        <para>Specifies whether column grand totals are displayed in the chart accompanying the pivot table.</para>
      </summary>
      <value>true, if column grand totals are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowColumnTotals">
      <summary>
        <para>Specifies whether column totals are displayed in the chart accompanying the pivot table.</para>
      </summary>
      <value>true, if column totals are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowRowGrandTotals">
      <summary>
        <para>Specifies whether row grand totals are displayed in the chart accompanying the pivot table.</para>
      </summary>
      <value>true, if row grand totals are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowRowTotals">
      <summary>
        <para>Specifies whether row totals are displayed in the chart accompanying the pivot table.</para>
      </summary>
      <value>true, if row totals are displayed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase">
      <summary>
        <para>An abstract class that serves as the base class for the Pivot Grid <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editors</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/> 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="F:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.Alias">
      <summary>
        <para>This field is intended for internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.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="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.ChartControl">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘s charting control.</para>
      </summary>
      <value>An object representing the current List Editor’s charting control.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.ContextMenuTemplate">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘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="E:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.ControlDataSourceChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.PivotGridControl">PivotGridListEditorBase.PivotGridControl</see>‘s data source is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.Dispose">
      <summary>
        <para>Releases all resources used by the current <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.GetIndexByObject(System.Object)">
      <summary>
        <para>Returns the index of an object that represents the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘s row.</para>
      </summary>
      <param name="obj">An object that represents the Pivot Grid List Editor’s row.</param>
      <returns>An index of an object that represents the Pivot Grid List Editor’s row.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.GetObjectByIndex(System.Int32)">
      <summary>
        <para>Returns an object that represents the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘s row with the specified index.</para>
      </summary>
      <param name="index">The index of an object that represents the Pivot Grid List Editor’s row.</param>
      <returns>The object that represents the Pivot Grid List Editor’s row with the specified index.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.GetOrderedObjects">
      <summary>
        <para>Returns an ordered list of objects that represent the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘s rows.</para>
      </summary>
      <returns>An ordered list of objects that represent the Pivot Grid List Editor’s rows.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.GetSelectedObjects">
      <summary>
        <para>Returns a collection of objects that are currently selected in the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘s control.</para>
      </summary>
      <returns>A list of the selected objects.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.PivotGridControl">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘s pivot grid control.</para>
      </summary>
      <value>An object representing the current List Editor’s pivot grid control.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.Refresh">
      <summary>
        <para>Refreshes the bound data source of the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘s control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.RequiredProperties">
      <summary>
        <para>Returns an array of descriptors for the properties considered bindable by the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>‘s Collection Source.</para>
      </summary>
      <value>An array of descriptors for the properties considered bindable by the <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘s Collection Source.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.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="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.SelectionType">
      <summary>
        <para>Returns the selection type supported by the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.SelectionType"/> enumeration value that represents the selection type supported by the current List Editor.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Performs additional initialization of the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase"/>.</para>
      </summary>
      <param name="collectionSource">A <see cref="T:DevExpress.ExpressApp.CollectionSourceBase"/> object that is the Collection Source of the List View that the current <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> represents in a UI.</param>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that can be used to manage the current application.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.PivotGrid.PivotGridModule">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.PivotGrid.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridModule.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.PivotGrid.PivotGridModule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
      <summary>
        <para>Extends the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> with the <see cref="T:DevExpress.ExpressApp.PivotGrid.IModelPivotListView"/> interface.</para>
      </summary>
      <param name="extenders">A ModelInterfaceExtenders object that is a collection of Application Model interface extenders.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridModule.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.PivotGridModule"/> 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.PivotGridModule"/> module.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridModule.GetXafResourceLocalizerTypes">
      <summary>
        <para>Returns a collection of Resource Localizer types that can be used in an application that uses the current module.</para>
      </summary>
      <returns>An ICollection&lt;Type&gt; collection containing the types of the Resource Localizers to be supplied with the current module.</returns>
    </member>
    <member name="F:DevExpress.ExpressApp.PivotGrid.PivotGridModule.LocalizationGroup">
      <summary>
        <para>Specifies the name of a localization group node containing localization items specific to the <see href="https://docs.devexpress.com/eXpressAppFramework/113303/analytics/pivot-grid-module">Pivot Grid Module</see> functionality.</para>
      </summary>
    </member>
  </members>
</doc>