﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.TreeListEditors.Web.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.TreeListEditors.Web">
      <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> ASP.NET Web Forms functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor">
      <summary>
        <para>Represents an ASP.NET Web Forms <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> that displays data in the form of a tree-like structure.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/> 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="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.Adapter">
      <summary>
        <para>Provides access to the tree node adapter used by the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>.</para>
      </summary>
      <value>A TreeNodeInterfaceAdapter object that represents the tree node adapter used by the ASPxTreeListEditor.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.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.TreeListEditors.Web.ASPxTreeListEditor.BeginUpdateSelection">
      <summary>
        <para>Begins updating the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s selection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.ClientId">
      <summary>
        <para>Gets the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/> control’s identifier generated by ASP.NET Web Forms.</para>
      </summary>
      <value>A string which is the server control identifier generated by ASP.NET Web Forms.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.Columns">
      <summary>
        <para>Provides access to a collection of objects representing the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s columns.</para>
      </summary>
      <value>An IList&lt;ColumnWrapper&gt; object representing a collection of <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s column wrappers.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.ContextMenuTemplate">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘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.TreeListEditors.Web.ASPxTreeListEditor.ControlDataSourceChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see>‘s data source is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.ControlInitialized">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.CustomizeAppearance">
      <summary>
        <para>Occurs before the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see>‘s cell has been repainted in a UI. Enables the appearance settings of individual cells to be changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.DataBinder">
      <summary>
        <para>Provides access to the object that binds the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see> control to data.</para>
      </summary>
      <value>An ASPxTreeListDataBinderBase object that binds the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see> control to data.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.DataBindingMode">
      <summary>
        <para>Specifies how the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see> control is bound to data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.TreeListEditors.DataBindingMode"/> enumeration value which specifies how the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see> control is bound to data.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.Dispose">
      <summary>
        <para>Releases all resources used by the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.EndUpdateSelection">
      <summary>
        <para>Ends updating the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s selection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.GetContainerId(System.Web.UI.Control,System.String)">
      <summary>
        <para>This method is intended for internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.GetControlSelectedObjects">
      <summary>
        <para>Returns a list of objects selected in the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see> control.</para>
      </summary>
      <returns>An IList&lt;object&gt; list of objects selected in the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.GetObject(System.Web.UI.Control)">
      <summary>
        <para>This method is intended for internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.HoldRootValue">
      <summary>
        <para>Specifies whether the nodes whose parent node is absent in the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s data source should be displayed as root.</para>
      </summary>
      <value>true, if the nodes whose parent node is absent in the data source are displayed as root; otherwise, false. The default value is false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.IsFooterVisible">
      <summary>
        <para>Specifies whether the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s footer is visible.</para>
      </summary>
      <value>true, if the footer is visible; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.OnExporting">
      <summary>
        <para>Performs the required pre-export actions under the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.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 <see cref="T:DevExpress.XtraPrinting.IPrintable"/> object that is the control used for exporting. The default value is an <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter"/> object.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.PrintableChanged">
      <summary>
        <para>Occurs when the ASPxTreeListEditor’s control is created and disposed of.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.Refresh">
      <summary>
        <para>Refreshes the bound data source of the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RegisterCallbackStartupScript">
      <summary>
        <para>This event is intended for internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RemoveColumn(DevExpress.ExpressApp.Editors.ColumnWrapper)">
      <summary>
        <para>Removes a particular column from the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see>.</para>
      </summary>
      <param name="column">A ColumnWrapper object representing the column to remove.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RequiredProperties">
      <summary>
        <para>Returns an array of descriptors for the properties considered bindable by the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘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="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RootValue">
      <summary>
        <para>Specifies the root node.</para>
      </summary>
      <value>An object which specifies the root node. The default value is null.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RowObjectColumnName">
      <summary>
        <para>Specifies the name of the hidden column which stores actual business objects displayed by the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.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.TreeListEditors.Web.ASPxTreeListEditor.SelectionType">
      <summary>
        <para>Returns the selection type supported by the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>.</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.TreeListEditors.Web.ASPxTreeListEditor.SetControlSelectedObjects(System.Collections.Generic.IList{System.Object})">
      <summary>
        <para>Changes the selection in the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see> control.</para>
      </summary>
      <param name="objects">An IList&lt;object&gt; list of objects to be selected in the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">ASPxTreeListEditor.TreeList</see> control.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.SupportedExportFormats">
      <summary>
        <para>Provides access to the list of export formats supported by the current ASPxTreeListEditor.</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="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TestCaption">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A string value representing a caption of the test control used for the current ASPxTreeListEditor.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TestControl">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An IJScriptTestControl object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TestControlType">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A TestControlType enumeration value representing the type of a test control used for the current ASPxTreeListEditor.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>‘s control.</para>
      </summary>
      <value>A ASPxTreeList object that represents the ASPxTreeListEditor‘s control.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.UnselectAll">
      <summary>
        <para>Unselects all objects in the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.UnselectRowByKey(System.Object)">
      <summary>
        <para>Unselects a specified object in the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor"/>.</para>
      </summary>
      <param name="key">An object specifying the identifier of the object to unselect.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.TreeListEditors.Web.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule.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>.</para>
      </summary>
      <param name="extenders">A ModelInterfaceExtenders object that is a collection of Application Model interface extenders.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule.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.Web.TreeListEditorsAspNetModule"/> 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.Web.TreeListEditorsAspNetModule"/> module.</returns>
    </member>
  </members>
</doc>