152 lines
6.3 KiB
XML
152 lines
6.3 KiB
XML
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>DevExpress.ExpressApp.PivotChart.v17.2</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:DevExpress.ExpressApp.PivotChart.IModelMemberPivotChartVisibility">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's Member node with properties specific to the Pivot Chart Module.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.PivotChart.IModelMemberPivotChartVisibility.IsVisibleInAnalysis">
|
|
<summary>
|
|
<para>Indicates whether the property is available for configuring data in the pivot grid.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the property is available for configuring data in the pivot grid; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's NavigationItems node with properties specific to the Pivot Chart Module functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation.GenerateRelatedAnalysisGroup">
|
|
<summary>
|
|
<para>Specifies whether context navigation is enabled for the <b>Analysis</b> module.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if context navigation is enabled for the <b>Analysis</b> module; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation.RelatedAnalysisGroupCaption">
|
|
<summary>
|
|
<para>Specifies the caption for the navigation items generated by the <b>Analysis</b> module, when context navigation is enabled.
|
|
</para>
|
|
</summary>
|
|
<value>A sting specifying the caption for the navigation items generated by the <b>Analysis</b> module, when context navigation is enabled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase">
|
|
|
|
<summary>
|
|
<para>The module contained in the <i>DevExpress.ExpressApp.PivotChart.v17.2.dll</i> assembly.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the PivotChartModuleBase class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.AddGeneratorUpdaters(DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters)">
|
|
<summary>
|
|
<para>Registers the <b>PivotChartModuleBase</b> Generator Updater.
|
|
</para>
|
|
</summary>
|
|
<param name="updaters">
|
|
A <b>ModelNodesGeneratorUpdaters</b> object providing access to the list of Generator Updaters.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.DataAccessMode">
|
|
<summary>
|
|
<para>Specifies the mode used to access the Collection Source's collection.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.CollectionSourceDataAccessMode"/> enumeration value that specifies the mode used to access a collection of business objects in List Views.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.DefaultAnalysisDataNavigationItemCaption">
|
|
<summary>
|
|
<para>Specifies the default caption for the navigation group created by the PivotChart module.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
|
|
<summary>
|
|
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Model.IModelClassReportsVisibility"/>, <see cref="T:DevExpress.ExpressApp.PivotChart.IModelMemberPivotChartVisibility"/>, and <see cref="T:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation"/> interfaces.
|
|
</para>
|
|
</summary>
|
|
<param name="extenders">
|
|
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.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 PivotChartModuleBase 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 <b>System.Version</b> object which represents the current database version.
|
|
|
|
</param>
|
|
<returns>An IEnumerable<<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>> list of updaters that handle database updates for the PivotChartModuleBase module.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.GetXafResourceLocalizerTypes">
|
|
<summary>
|
|
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the PivotChartModuleBase.
|
|
</para>
|
|
</summary>
|
|
<returns>An <b>ICollection<Type></b> collection containing the types of the Resource Localizers supplied with the <b>PivotChartModuleBase</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.ShowAdditionalNavigation">
|
|
<summary>
|
|
<para>Specifies the default value for the <see cref="P:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation.GenerateRelatedAnalysisGroup"/> property.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to enable context navigation for the PivotChart module, by default; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
</members>
|
|
</doc>
|