﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.TreeListEditors.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.TreeListEditors">
      <summary>
        <para>Contains classes specific to the <see href="https://docs.devexpress.com/eXpressAppFramework/112836/application-shell-and-base-infrastructure/tree-list-editors/tree-list-editors-module-overview">TreeListEditors module</see> functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.TreeListEditors.DataBindingMode">
      <summary>
        <para>Contains values which specify how ASPxTreeList controls are bound to data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.TreeListEditors.DataBindingMode.Unbound">
      <summary>
        <para>When an ASPxTreeList control is loaded, all the existing nodes are loaded from the database.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.TreeListEditors.DataBindingMode.Virtual">
      <summary>
        <para>Only the nodes that must be displayed in a UI are loaded from the database.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.TreeListEditors.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase.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.TreeListEditors.TreeListEditorsModuleBase"/> 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.TreeListEditors.TreeListEditorsModuleBase"/> module.</returns>
    </member>
  </members>
</doc>