﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Web.ASPxTreeList.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Web.ASPxTreeList">
      <summary>
        <para>Contains classes which implement the functionality of the ASPxTreeList control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeList">
      <summary>
        <para>Represents a server ASPxTreeList control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.AppendNode(System.Object,DevExpress.Web.ASPxTreeList.TreeListNode)">
      <summary>
        <para>Creates a new <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> and appends it to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListNode.ChildNodes">TreeListNode.ChildNodes</see> collection of the specified node.</para>
      </summary>
      <param name="keyObject">An object that uniquely identifies the new node.</param>
      <param name="parentNode">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that owns the new node. If null (Nothing in Visual Basic) the new node is added to the <see href="https://docs.devexpress.com/AspNet/3993/components/tree-list/visual-elements/root">Root</see>.</param>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the new node.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.AppendNode(System.Object)">
      <summary>
        <para>Creates a new <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> and appends it to the <see href="https://docs.devexpress.com/AspNet/3993/components/tree-list/visual-elements/root">Root</see>.</para>
      </summary>
      <param name="keyObject">An object that uniquely identifies the new node.</param>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the new node.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.AutoFilterByColumn(DevExpress.Web.ASPxTreeList.TreeListColumn,System.String)">
      <summary>
        <para>Applies a filter to the specified <see href="https://docs.devexpress.com/AspNet/3952/components/tree-list/visual-elements/data-column">data column</see>.</para>
      </summary>
      <param name="column">An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object that specifies the column.</param>
      <param name="value">A string value that specifies the filter expression.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.AutoFilterCellEditorCreate">
      <summary>
        <para>Enables you to assign editors to individual <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see> cells.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.AutoFilterCellEditorInitialize">
      <summary>
        <para>Enables the cell editors displayed within the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">auto filter row cells</see> to be initialized.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.AutoGenerateColumns">
      <summary>
        <para>Gets or sets whether columns are automatically created for all fields in the underlying data source.</para>
      </summary>
      <value>true to automatically create columns for all fields in the underlying data source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.AutoGenerateServiceColumns">
      <summary>
        <para>Gets or sets whether columns are automatically created for service fields in the underlying data source.</para>
      </summary>
      <value>true to automatically create columns for service fields in the underlying data source; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.BatchUpdate">
      <summary>
        <para>Occurs after an end-user clicks the Update button in batch edit mode and allows you to provide a custom data updating mechanism.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.BeforeExport">
      <summary>
        <para>Occurs before the tree list content is exported.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.BeforeGetCallbackResult">
      <summary>
        <para>Occurs after a callback sent by the current control has been processed on the server, but prior to the time the respective callback result render is formed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.BeforeHeaderFilterFillItems">
      <summary>
        <para>Allows you to populate the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> dropdown with custom items instead of default items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.CancelEdit">
      <summary>
        <para>Cancels all the changes made and switches the ASPxTreeList to browse mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CancelNodeEditing">
      <summary>
        <para>Enables you to prevent changes made within a node from being discarded.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Caption">
      <summary>
        <para>Gets or sets the text to render in an HTML caption element in an ASPxTreeList.</para>
      </summary>
      <value>A string value that specifies the text to render in an HTML caption element in an ASPxTreeList.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CellEditorInitialize">
      <summary>
        <para>Enables initializing the cell editors displayed within the <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">edit cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ClearNodes">
      <summary>
        <para>Removes all <see href="https://docs.devexpress.com/AspNet/3964/components/tree-list/concepts/data-representation-basics/nodes">nodes</see> contained within the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ClearSort">
      <summary>
        <para>Clears sorting applied to the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.ClientInstanceName">
      <summary>
        <para>Gets or sets the ASPxTreeList’s client programmatic identifier.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the ASPxTreeList’s client identifier.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ClientLayout">
      <summary>
        <para>Enables you to save and restore the previously saved layout of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents"/> object that allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.CollapseAll">
      <summary>
        <para>Collapses all <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">Node</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Columns">
      <summary>
        <para>Provides access to an ASPxTreeList’s <see href="https://docs.devexpress.com/AspNet/3952/components/tree-list/visual-elements/data-column">column</see> collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnCollection"/> object that represents a collection of columns within the ASPxTreeList control.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CommandColumnButtonInitialize">
      <summary>
        <para>Enables individual <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command buttons</see> to be initialized.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.CreateNodeIterator(System.Boolean)">
      <summary>
        <para>Returns a new <see href="https://docs.devexpress.com/AspNet/3982/components/tree-list/concepts/data-representation-basics/nodes/use-the-node-iterator">Node Iterator</see> with the specified settings.</para>
      </summary>
      <param name="useFilteredNodes">true, to iterate through filtered nodes; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeIterator"/> object that enables you to traverse through nodes contained within the ASPxTreeList.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.CssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s appearance.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.CssPostfix">
      <summary>
        <para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the required CSS class name postfix.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomButtonCallback">
      <summary>
        <para>Occurs when a user clicks a custom command button.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientTreeList.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomColumnDisplayText">
      <summary>
        <para>Enables custom display text to be provided for any <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">cell</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomDataCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientTreeList.PerformCustomDataCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomErrorText">
      <summary>
        <para>Enables you to provide custom error descriptions for exceptions raised during a callback.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomFilterExpressionDisplayText">
      <summary>
        <para>Enables you to display custom text in the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">filter bar</see>, corresponding to the current filter expression.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomFilterNode">
      <summary>
        <para>Enables you to specify whether the required node should be filtered even if this node doesn’t match the specified filter criteria.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomNodeSort">
      <summary>
        <para>Enables you to sort data using custom rules.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomSummaryCalculate">
      <summary>
        <para>Enables you to calculate summary values manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomUnboundColumnData">
      <summary>
        <para>Enables data to be supplied to unbound columns.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.DataCacheMode">
      <summary>
        <para>Gets or sets whether data caching is enabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataCacheMode"/> enumeration value that specifies whether data caching is enabled.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.DataColumns">
      <summary>
        <para>Gets the collection of data columns within the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.ReadOnlyTreeListColumnCollection`1"/>&lt;<see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/>,&gt; object that is a collection of data columns.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.DataSource">
      <summary>
        <para>Gets or sets the ASPxTreeList’s data source.</para>
      </summary>
      <value>An object which represents the data source from which the ASPxTreeList retrieves its data.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.DeleteNode(System.String)">
      <summary>
        <para>Deletes the specified node.</para>
      </summary>
      <param name="nodeKey">A string value that identifies the node.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.DoNodeValidation">
      <summary>
        <para>Validates the node currently being edited.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.EditingNodeKey">
      <summary>
        <para>Gets the key value of the <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> currently being edited.</para>
      </summary>
      <value>A string value that identifies the node currently being edited.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.EditingOperationCompleted">
      <summary>
        <para>Occurs after data editing has been completed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a control’s content is updated via a callback.</para>
      </summary>
      <value>true if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback compression is enabled.</para>
      </summary>
      <value>true to enable callback compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.EnableCallbacks">
      <summary>
        <para>Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server.</para>
      </summary>
      <value>true if round trips to the server are performed using callbacks; false if postbacks are used.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.EnablePagingCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when changing pages.</para>
      </summary>
      <value>true, if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.EnablePagingGestures">
      <summary>
        <para>Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.</para>
      </summary>
      <value>true, if page switching by gestures is always allowed; false, if it is always prohibited; Auto - if it is allowed for touch devices only.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExpandAll">
      <summary>
        <para>Expands all <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExpandToLevel(System.Int32)">
      <summary>
        <para>Expands the parent nodes down to the specified nesting level.</para>
      </summary>
      <param name="level">An integer value that specifies the nesting level.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportDocxToResponse">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in DOCX format, and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportDocxToResponse(DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportDocxToResponse(System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportDocxToResponse(System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportDocxToResponse(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportDocxToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportDocxToResponse(System.String)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in DOCX format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportPdfToResponse">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in PDF format, and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportPdfToResponse(DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in PDF format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportPdfToResponse(System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in PDF format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportPdfToResponse(System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in PDF format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportPdfToResponse(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in PDF format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportPdfToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in PDF format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportPdfToResponse(System.String)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in PDF format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportRenderBrick">
      <summary>
        <para>Enables rendering of different content from the content exported by default.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportRtfToResponse">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in RTF format, and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportRtfToResponse(DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in RTF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportRtfToResponse(System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in RTF format with the specified setting, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportRtfToResponse(System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in RTF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportRtfToResponse(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in RTF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportRtfToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in RTF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportRtfToResponse(System.String)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in RTF format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified stream in DOCX format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToDocx(System.IO.Stream)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in DOCX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified stream in PDF format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified stream in PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified stream in RTF format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the data is exported.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToRtf(System.IO.Stream)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the stream in RTF format.</para>
      </summary>
      <param name="stream">A stream where the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in XLS format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="options">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToXls(System.IO.Stream)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified stream in XLS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in XLSX format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="options">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportToXlsx(System.IO.Stream)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsToResponse">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsToResponse(DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsToResponse(System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsToResponse(System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsToResponse(System.String)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in XLS format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsxToResponse">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in XLSX format, and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsxToResponse(DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsxToResponse(System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsxToResponse(System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsxToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsxToResponse(System.String)">
      <summary>
        <para>Exports the ASPxTreeList’s data to the specified file in XLSX format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.FilterControlColumnsCreated">
      <summary>
        <para>Occurs after all filter control columns have been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.FilterControlCriteriaValueEditorCreate">
      <summary>
        <para>Enables you to replace the default <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#criteria-value">criteria value</see> editor with a custom one.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.FilterControlCriteriaValueEditorInitialize">
      <summary>
        <para>Enables you to initialize the editors displayed within the <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#criteria-value">criteria value</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.FilterControlCustomValueDisplayText">
      <summary>
        <para>Enables you to specify the entered filter value’s custom display text to be displayed when the filter control’s condition value editor is inactive.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.FilterControlOperationVisibility">
      <summary>
        <para>Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the filter control’s operation dropdown menu.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.FilterControlParseValue">
      <summary>
        <para>Enables you to process and modify an entered value before it is actually accepted by the filter control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.FilterEnabled">
      <summary>
        <para>Gets or sets whether the current filter is enabled.</para>
      </summary>
      <value>true, to enable the current filter; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.FilterExpression">
      <summary>
        <para>Gets or sets the filter criterion which is applied to the tree list.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the filter criterion.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindDataCellTemplateControl(System.String,DevExpress.Web.ASPxTreeList.TreeListDataColumn,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cell’s</see> template.</para>
      </summary>
      <param name="nodeKey">A <see cref="T:System.String"/> value that identifies the node.</param>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the data column where the requested cell resides. If null (Nothing in Visual Basic), the search is performed within all cells in the specified node.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified data cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindEditCellTemplateControl(DevExpress.Web.ASPxTreeList.TreeListDataColumn,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the specified edit cell’s template.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> descendant that is the data column.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained within the specified cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindEditFormTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained within the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>‘s template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the Edit Form.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the Edit Form.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindFilterCellTemplateControl(DevExpress.Web.ASPxTreeList.TreeListColumn,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see> cell template.</para>
      </summary>
      <param name="column">A <see cref="T:System.Web.UI.Control"/> descendant that is a column within the ASPxTreeList.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified filter cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained within the specified filter cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindFilterRowTemplateControl(System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see> template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified filter cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained within the specified filter cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindFooterTemplateControl(DevExpress.Web.ASPxTreeList.TreeListColumn,System.String)">
      <summary>
        <para>Searches for the server control contained within the <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">Footer</see>‘s template.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object that identifies the footer cell which contains the required control. If null (Nothing in Visual Basic), the search is performed within all cells in the Footer.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the ASPxTreeList’s Footer.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the Footer’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindGroupFooterTemplateControl(System.String,DevExpress.Web.ASPxTreeList.TreeListColumn,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3948/components/tree-list/visual-elements/group-footer">group</see>‘s footer template.</para>
      </summary>
      <param name="nodeKey">A <see cref="T:System.String"/> value that identifies the parent node.</param>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object that identifies the group footer cell which contains the required control. If null (Nothing in Visual Basic), the search is performed within all cells in the specified group footer.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified group footer cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified group footer’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindHeaderCaptionTemplateControl(DevExpress.Web.ASPxTreeList.TreeListColumn,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">column header</see>‘s caption template.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> descendant that represents the column within the ASPxTreeList. If null (Nothing in Visual Basic), the search is performed within all column headers.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified column’s header.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified column header’s caption template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindInlineEditCellTemplateControl(DevExpress.Web.ASPxTreeList.TreeListDataColumn,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the specified cell’s template displayed within the <see href="https://docs.devexpress.com/AspNet/4632/components/tree-list/visual-elements/in-line-edit-node">In-Line Edit Node</see>.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> descendant that represents the data column.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the edit cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindNodeByFieldValue(System.String,System.Object)">
      <summary>
        <para>Returns a node by its value in the specified column.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that identifies the data column by the name of the data field.</param>
      <param name="value">An object that represents the search value.</param>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the node with the specified value in the specified column. null (Nothing in Visual Basic) if the node was not found.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindNodeByKeyValue(System.String)">
      <summary>
        <para>Returns a node by its key value.</para>
      </summary>
      <param name="key">A <see cref="T:System.String"/> value that identifies the node by its key value.</param>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the node with the specified key value. null (Nothing in Visual Basic) if the node was not found.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindNodesByFieldValue(System.String,System.Object)">
      <summary>
        <para>Returns a list of nodes that contain the specified value in the specified column.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that identifies the data column by the name of the data field.</param>
      <param name="value">An object that represents the search value.</param>
      <returns>The list of <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> objects that represent nodes with the specified value in the specified column.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.FindPreviewTemplateControl(System.String,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3946/components/tree-list/visual-elements/preview">preview’s</see> template.</para>
      </summary>
      <param name="nodeKey">A <see cref="T:System.String"/> value that identifies the node.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified preview’s template.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.FocusedNode">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/3967/components/tree-list/concepts/focus-and-navigation/focused-node">focused node</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the node currently being focused. null (Nothing in Visual Basic) if the focused node feature is disabled.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.FocusedNodeChanged">
      <summary>
        <para>Fires after the focused node has been changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.GetAllNodes">
      <summary>
        <para>Returns a list of all nodes displayed within the ASPxTreeList.</para>
      </summary>
      <returns>The collection which contains all nodes displayed within the ASPxTreeList.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.GetSelectedNodes">
      <summary>
        <para>Returns a list of selected nodes.</para>
      </summary>
      <returns>The list of <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> objects that represent nodes currently being selected.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.GetSelectedNodes(System.Boolean)">
      <summary>
        <para>Returns a list of selected nodes.</para>
      </summary>
      <param name="visibleOnly">true to return selected nodes that are visible on-screen; false to return all selected nodes contained within the ASPxTreeList.</param>
      <returns>The list of <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> objects that represent nodes currently being selected.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.GetSummaryValue(DevExpress.Web.ASPxTreeList.TreeListNode,DevExpress.Web.ASPxTreeList.TreeListSummaryItem)">
      <summary>
        <para>Returns the specified summary value.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that identifies the node group.</param>
      <param name="item">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryItem"/> object that represents the required summary item.</param>
      <returns>An object that represents the specified summary value.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.GetVirtualNodeObject(DevExpress.Web.ASPxTreeList.TreeListNode)">
      <summary>
        <para>Returns a data object for the specified node when an ASPxTreeList operates in <see href="https://docs.devexpress.com/AspNet/4008/components/tree-list/concepts/binding-to-data/virtual-mode">virtual mode</see>.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the node.</param>
      <returns>A data object that represents the specified node.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.GetVisibleNodes">
      <summary>
        <para>Returns a list of nodes that are visible on-screen.</para>
      </summary>
      <returns>The list of <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> objects that represent visible nodes.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HeaderFilterEditorInitialize">
      <summary>
        <para>Occurs when a header filter editor is initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HeaderFilterFillItems">
      <summary>
        <para>Allows you to add custom <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> items to default items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.HideFilterControl">
      <summary>
        <para>Hides the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">Filter Control</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlCommandCellPrepared">
      <summary>
        <para>Enables the settings of individual <see href="https://docs.devexpress.com/AspNet/4633/components/tree-list/visual-elements/command-column">command cells</see> to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlDataCellPrepared">
      <summary>
        <para>Enables the settings of individual cells to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlRowPrepared">
      <summary>
        <para>Enables the settings of individual rows to be changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the ASPxTreeList’s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.ImagesEditors">
      <summary>
        <para>Provides access to the settings that define images displayed within the ASPxTreeList’s editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.ImagesFilterControl">
      <summary>
        <para>Provides access to the settings that define images displayed in the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">Filter Control</see>.</para>
      </summary>
      <value>The object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.InitNewNode">
      <summary>
        <para>Enables you to initialize added nodes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.IsEditing">
      <summary>
        <para>Indicates whether the ASPxTreeList is in edit mode.</para>
      </summary>
      <value>true if the ASPxTreeList is in edit mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.IsFilterControlVisible">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">Filter Control</see> is displayed.</para>
      </summary>
      <value>true, if the filter control is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.IsNewNodeEditing">
      <summary>
        <para>Indicates whether a new node is being edited.</para>
      </summary>
      <value>true if a new node is being edited; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.IsVirtualMode">
      <summary>
        <para>Indicates whether the ASPxTreeList operates in <see href="https://docs.devexpress.com/AspNet/4008/components/tree-list/concepts/binding-to-data/virtual-mode">Virtual Mode</see>.</para>
      </summary>
      <returns>true if the ASPxTreeList operates in virtual mode; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.JSProperties">
      <summary>
        <para>Gets a collection of temporary client properties.</para>
      </summary>
      <value>The collection of property names and values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.KeyboardSupport">
      <summary>
        <para>Gets or sets a value that specifies whether keyboard navigation is available within the ASPxTreeList control.</para>
      </summary>
      <value>true if keyboard navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.KeyFieldName">
      <summary>
        <para>Gets or sets the name of the data source key field.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the data source key field.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.LoadClientLayout(System.Byte[])">
      <summary>
        <para>Restores a <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> layout from the specified parameter.</para>
      </summary>
      <param name="layoutData">An array of bytes that contains the tree list’s layout data.</param>
      <returns>true, if the tree list’s layout has been successfully loaded; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.MoveNode(System.String,System.String)">
      <summary>
        <para>Moves the specified node to a new position.</para>
      </summary>
      <param name="nodeKey">A string value that identifies the target node by its key value.</param>
      <param name="parentNodeKey">A string value that identifies the node to whose child collection the target node is moved. An empty string to display the target node within the root.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.NewNodeParentKey">
      <summary>
        <para>Gets the key value of a new node’s parent.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies a new node’s parent. null (Nothing in Visual Basic) if a new node is not being edited.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeCollapsed">
      <summary>
        <para>Fires after a <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> has been collapsed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeCollapsing">
      <summary>
        <para>Fires before a <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> is collapsed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeDeleted">
      <summary>
        <para>Occurs after a node has been deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeDeleting">
      <summary>
        <para>Enables you to prevent a node from being deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeExpanded">
      <summary>
        <para>Fires after a <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> has been expanded.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeExpanding">
      <summary>
        <para>Fires before a <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> is expanded.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeInserted">
      <summary>
        <para>Occurs after a new node has been added to the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeInserting">
      <summary>
        <para>Enables you to cancel adding a new node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Nodes">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/3993/components/tree-list/visual-elements/root">root nodes</see> child collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeCollection"/> object that represents the collection of child nodes owned by the root node.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeUpdated">
      <summary>
        <para>Occurs after a node has been updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeUpdating">
      <summary>
        <para>Enables you to prevent a node from being updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeValidating">
      <summary>
        <para>Enables you to specify whether node data is valid, and whether the node can be updated.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Paddings">
      <summary>
        <para>Gets the control’s padding settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.PageIndex">
      <summary>
        <para>Gets or sets the index of the currently selected page.</para>
      </summary>
      <value>An integer value that specifies the active page’s index.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.PageIndexChanged">
      <summary>
        <para>Fires after the selected page has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.PageSizeChanged">
      <summary>
        <para>Fires on the server side after a page size (amount of rows per a page) is changed by end-user interactions.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.ParentFieldName">
      <summary>
        <para>Gets or sets the data source field which contains parent node values.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the parent field name.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ParseValue">
      <summary>
        <para>Enables you to process and modify an entered value before it is actually accepted by the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.PreviewEncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/3946/components/tree-list/visual-elements/preview">preview</see>‘s display text containing HTML code should be parsed and rendered as a pure HTML markup or should be represented as text on a page.</para>
      </summary>
      <value>true if HTML code contained in the preview should not be executed and is converted into corresponding text for display purposes, false if the preview can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.PreviewFieldName">
      <summary>
        <para>Gets or sets the name of the data source field whose values are displayed within <see href="https://docs.devexpress.com/AspNet/3965/components/tree-list/concepts/data-representation-basics/nodes/preview">preview rows</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are displayed within preview rows.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ProcessColumnAutoFilter">
      <summary>
        <para>Enables you to apply custom filter criteria when <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see> is in the Auto mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ProcessDragNode">
      <summary>
        <para>Fires after a node drag and drop operation has been completed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ProcessOnClickRowFilter">
      <summary>
        <para>Enables you to apply custom filter criteria when the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see> is in the OnClick mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.RefreshVirtualTree">
      <summary>
        <para>Rebuilds a virtual tree.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.RefreshVirtualTree(DevExpress.Web.ASPxTreeList.TreeListNode)">
      <summary>
        <para>Rebuilds the <see href="https://docs.devexpress.com/AspNet/4008/components/tree-list/concepts/binding-to-data/virtual-mode">tree</see>, starting from the specified node.</para>
      </summary>
      <param name="startNode">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the starting node.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.RegisterStyleSheets">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.RightToLeft">
      <summary>
        <para>Gets or sets a value specifying whether or not the current control supports right-to-left representation.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.RootNode">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/3993/components/tree-list/visual-elements/root">root node</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the root node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.RootValue">
      <summary>
        <para>Gets or sets the value that root nodes contain in the field specified by the <see cref="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.ParentFieldName">ASPxTreeList.ParentFieldName</see> property.</para>
      </summary>
      <value>An object that represents the root value.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.SaveClientLayout">
      <summary>
        <para>Saves the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> layout.</para>
      </summary>
      <returns>An array of bytes that contains the ASPxTreeList’s layout data.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.SearchPanelEditorCreate">
      <summary>
        <para>Enables you to replace the default <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see> editor with custom one.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.SearchPanelEditorInitialize">
      <summary>
        <para>Enables you to customize the properties of an editor displayed within the <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SearchPanelFilter">
      <summary>
        <para>Gets or sets the filter criterion that is applied to the tree list using the search panel.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.SelectAll(System.Boolean)">
      <summary>
        <para>Selects all nodes with the specified settings.</para>
      </summary>
      <param name="useFilteredNodes">true, to select only filtered nodes; otherwise, false.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.SelectionChanged">
      <summary>
        <para>Fires after an end user changed selection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SelectionCount">
      <summary>
        <para>Gets the number of selected nodes within the ASPxTreeList.</para>
      </summary>
      <value>An integer value that specifies the umber of selected nodes.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.SetBatchEditInsertedNodeKeyValue(System.Object)">
      <summary>
        <para>Returns the key value for the inserted node.</para>
      </summary>
      <param name="value">An object that specifies the node’s key value.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Settings">
      <summary>
        <para>Provides access to the ASPxTreeList’s display options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettings"/> object that contains the ASPxTreeList’s display options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsBehavior">
      <summary>
        <para>Provides access to the control’s behavior settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior"/> object that contains the control’s behavior settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsCookies">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> cookie and layout settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies"/> object that contains the control’s cookie and layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsDataSecurity">
      <summary>
        <para>Security settings that allow you to disable data operations in the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>.</para>
      </summary>
      <value>The security settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsEditing">
      <summary>
        <para>Provides access to the ASPxTreeList’s editing settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing"/> object that contains the ASPxTreeList’s editing settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsExport">
      <summary>
        <para>Provides access to the ASPxTreeList’s export settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsExport"/> object that contains the ASPxTreeList’s export settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsFilterControl">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">filter control</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsFilterControl"/> object that contains the filter control settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the Loading Panel’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsLoadingPanel"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsPager">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/3954/components/tree-list/visual-elements/pager">Pager</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsPager"/> object that contains the pager’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsPopup">
      <summary>
        <para>Provides access to the settings of different grid popup elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings"/> object that contains the popup element settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsResizing">
      <summary>
        <para>Provides access to the TreeList’s resizing settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsResizing"/> object that contains the resizing settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsSearchPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsSearchPanel"/> object that containing the search panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsSelection">
      <summary>
        <para>Provides access to the control’s selection options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsSelection"/> object that contains the ASPxTreeList’s selection options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SettingsText">
      <summary>
        <para>Provides access to the control’s text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsText"/> object that contains the control’s text settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ShowFilterControl">
      <summary>
        <para>Displays the filter control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.SortBy(DevExpress.Web.ASPxTreeList.TreeListDataColumn,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Sorts data by the specified column’s values.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the column within the ASPxTreeList.</param>
      <param name="sortOrder">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s sort order.</param>
      <returns>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s sort order.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.SortBy(DevExpress.Web.ASPxTreeList.TreeListDataColumn,System.Int32)">
      <summary>
        <para>Sorts data by the values of the specified data column, and places the column in the specified position among the sorted columns.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the column within the ASPxTreeList.</param>
      <param name="sortIndex">An integer value that specifies the zero-based column’s index among the sorted columns. &#0045;1 if data is not sorted by this column.</param>
      <returns>An integer value that specifies the zero-based column’s index among the sorted columns.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SortCount">
      <summary>
        <para>Gets the number of columns involved in sorting.</para>
      </summary>
      <value>An integer value that specifies the number of columns involved in sorting.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.StartEdit(System.String)">
      <summary>
        <para>Switches the ASPxTreeList to edit mode.</para>
      </summary>
      <param name="nodeKey">A <see cref="T:System.String"/> value that uniquely identifies a node to be edited.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.StartEditNewNode(System.String)">
      <summary>
        <para>Switches the ASPxTreeList to edit mode and allows new node values to be edited.</para>
      </summary>
      <param name="parentNodeKey">A <see cref="T:System.String"/> value that identifies the parent node, which owns a new node.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.StartNodeEditing">
      <summary>
        <para>Enables you to prevent a node from being edited.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the ASPxTreeList’s <see href="https://docs.devexpress.com/AspNet/3955/components/tree-list/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListStyles"/> object that provides style settings used to paint the ASPxTreeList.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.StylesEditors">
      <summary>
        <para>Provides access to style settings used to paint ASPxTreeList’s editors.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorStyles"/> object that contains style settings used to paint the ASPxTreeList’s editors.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.StylesExport">
      <summary>
        <para>Provides access to the style settings defining the appearance of the exported document.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.StylesFilterControl">
      <summary>
        <para>Gets style settings defining the appearance of the filter control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.StylesPager">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see href="https://docs.devexpress.com/AspNet/3954/components/tree-list/visual-elements/pager">Pager</see> displayed within the ASPxTreeList.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerStyles"/> object that contains style settings used to paint a pager.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.StylesPopup">
      <summary>
        <para>Provides access to the style settings defining the appearance of different popup elements within a tree list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.StylesToolbar">
      <summary>
        <para>Provides access to the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbars</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Summary">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/AspNet/3971/components/tree-list/concepts/data-shaping-and-manipulation/data-summaries">summary items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryCollection"/> object that represents the collection of summary items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.SummaryText">
      <summary>
        <para>Gets or sets a value that describes the ASPxTreeList’s contents.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that describes the ASPxTreeList’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Templates">
      <summary>
        <para>Provides access to the templates used to display the ASPxTreeList’s elements (cells, column headers, etc.).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTemplates"/> object that contains templates for displaying data cells, column headers, etc.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ToolbarItemClick">
      <summary>
        <para>Fires after a toolbar item has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Toolbars">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbars</see> in the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarCollection"/> object which represents the collection of toolbars within the tree list.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.TotalNodeCount">
      <summary>
        <para>Gets the total number of nodes contained within the ASPxTreeList.</para>
      </summary>
      <value>An integer value that specifies the total number of nodes contained within the ASPxTreeList.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.UnselectAll(System.Boolean)">
      <summary>
        <para>Unselects all tree list nodes.</para>
      </summary>
      <param name="useFilteredNodes">true, to unselect only filtered nodes; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.UpdateEdit">
      <summary>
        <para>Saves all the changes made, and switches the ASPxTreeList to browse mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeCreateChildren">
      <summary>
        <para>Enables creation of a list of business objects that correspond to the child nodes owned by the processed node (<see href="https://docs.devexpress.com/AspNet/4008/components/tree-list/concepts/binding-to-data/virtual-mode">virtual mode</see>).</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeNodeCreated">
      <summary>
        <para>Occurs when the ASPxTreeList functions in <see href="https://docs.devexpress.com/AspNet/4008/components/tree-list/concepts/binding-to-data/virtual-mode">Virtual Mode</see> after a node has been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeNodeCreating">
      <summary>
        <para>Enables you to initialize nodes in a tree <see href="https://docs.devexpress.com/AspNet/4008/components/tree-list/concepts/binding-to-data/virtual-mode">virtual mode</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.VisibleColumns">
      <summary>
        <para>Gets a collection of visible columns within the ASPxTreeList.</para>
      </summary>
      <value>The collection of visible columns.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListAutoFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ProcessColumnAutoFilter">ASPxTreeList.ProcessColumnAutoFilter</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListAutoFilterEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListDataColumn,DevExpress.Data.Filtering.CriteriaOperator,DevExpress.Web.GridViewAutoFilterEventKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListAutoFilterEventArgs"/> class.</para>
      </summary>
      <param name="column">A  object representing a tree list column.</param>
      <param name="criteria">A  object that is criteria.</param>
      <param name="kind">A  object representing which action should be performed within the related event.</param>
      <param name="value">A string value representing text displayed within the auto filter row.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListAutoFilterEventArgs.Column">
      <summary>
        <para>Gets the data column to be filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> descendant that represents the data column to be filtered.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListAutoFilterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ProcessColumnAutoFilter">ASPxTreeList.ProcessColumnAutoFilter</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListAutoFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBatchUpdateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.BatchUpdate">ASPxTreeList.BatchUpdate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListBatchUpdateEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBatchUpdateEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListBatchUpdateEventArgs.InsertNodes">
      <summary>
        <para>Returns a list of inserted nodes.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListInsertNodeInfo"/>,&gt; object containing a list of inserted nodes.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBatchUpdateEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.BatchUpdate">ASPxTreeList.BatchUpdate</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBatchUpdateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBeforeExportEventHandler">
      <summary>
        <para>A method that will handle the BeforeExport event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBeforeHeaderFilterFillItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.BeforeHeaderFilterFillItems">ASPxTreeList.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListBeforeHeaderFilterFillItemsEventArgs.Column">
      <summary>
        <para>Gets the data column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the data column currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBeforeHeaderFilterFillItemsEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.BeforeHeaderFilterFillItems">ASPxTreeList.BeforeHeaderFilterFillItems</see>&gt; event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBeforeHeaderFilterFillItemsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorCreateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.AutoFilterCellEditorCreate">ASPxTreeList.AutoFilterCellEditorCreate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorCreateEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListDataColumn,DevExpress.Web.EditPropertiesBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorCreateEventArgs"/> class.</para>
      </summary>
      <param name="column">A  object representing a column.</param>
      <param name="editorProperties">An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the search panel editor’s properties. This value is assigned to the <see cref="M:DevExpress.Web.Mvc.MVCxTreeListColumn.EditorProperties">MVCxTreeListColumn.EditorProperties</see> property.</param>
      <param name="value">An object that specifies the search panel editor’s value.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorCreateEventArgs.Column">
      <summary>
        <para>Gets the data column to which the processed filter row cell corresponds.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> descendant that represents the data column to which the processed cell corresponds.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorCreateEventHandler">
      <summary>
        <para>A method that will handle the related event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.AutoFilterCellEditorInitialize">ASPxTreeList.AutoFilterCellEditorInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListDataColumn,DevExpress.Web.ASPxEditBase,System.Object,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorEventArgs"/> class.</para>
      </summary>
      <param name="column">A  object representing a column.</param>
      <param name="editor">An  class descendant object that is the processed editor.</param>
      <param name="keyValue">An object that uniquely identifies the row which contains the processed cell. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorEventArgs.KeyValue">ASPxTreeListEditorEventArgs.KeyValue</see> property.</param>
      <param name="value">An object that represents the editor’s value.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorEventArgs.Column">
      <summary>
        <para>Gets the data column whose cell editor is being initialized.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> descendant that represents the data column whose cell editor is being initialized.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorEventArgs.KeyValue">
      <summary>
        <para>Gets the node key value - an object that uniquely identifies the node.</para>
      </summary>
      <value>An object that uniquely identifies the node.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorEventHandler">
      <summary>
        <para>A method that will handle the related event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter">
      <summary>
        <para>Represents an ASPxTreeListExporter control used to export the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control’s data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.BeforeExport">
      <summary>
        <para>Occurs before the tree list content is exported.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.FileName">
      <summary>
        <para>Gets or sets the file name to which the ASPxTreeList’s data is exported.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the target file name.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.RenderBrick">
      <summary>
        <para>Enables rendering of different content from the content exported by default.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.RenderControl(System.Web.UI.HtmlTextWriter)">
      <summary>
        <para>Delivers the content of the control to a specified HtmlTextWriter object. This method is intended for internal use.</para>
      </summary>
      <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the control content.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.Settings">
      <summary>
        <para>Provides access to the print options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings"/> object that contains the ASPxTreeList’s print options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.Styles">
      <summary>
        <para>Provides access to the properties that specify the appearance of tree list elements when the ASPxTreeList is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportStyles"/> object that provides style settings used to paint tree list elements when it is exported.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.TreeList">
      <summary>
        <para>Gets the ASPxTreeList control to which the ASPxTreeListExporter is assigned.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.TreeListID">
      <summary>
        <para>Gets or sets the programmatic identifier of the associated ASPxTreeList control.</para>
      </summary>
      <value>The programmatic identifier assigned to the ASPxTreeList control.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the tree list’s data to a stream in DOCX format with the specified export options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteDocx(System.IO.Stream)">
      <summary>
        <para>Exports the tree list’s data to a stream in DOCX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteDocxToResponse">
      <summary>
        <para>Exports the tree list’s data to a file in DOCX format and writes it to the Response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteDocxToResponse(DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the tree list’s data to a file in DOCX format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteDocxToResponse(System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the tree list’s data to a file in DOCX format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the DOCX file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteDocxToResponse(System.Boolean)">
      <summary>
        <para>Exports the tree list’s data to a file in DOCX format and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the DOCX file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteDocxToResponse(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the tree list’s data to the specified file in DOCX format with the specified name and export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteDocxToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the tree list’s data to the specified file in DOCX format and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="saveAsFile">true to display the File Download dialog; false to display the DOCX file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteDocxToResponse(System.String)">
      <summary>
        <para>Exports the tree list’s data to the specified file in DOCX format and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WritePdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports data to a stream in PDF format with the specified export options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WritePdf(System.IO.Stream)">
      <summary>
        <para>Exports data to a stream in PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WritePdfToResponse">
      <summary>
        <para>Exports data to a file in PDF format and writes it to the Response in the binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WritePdfToResponse(DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports data to a file in PDF format with the specified export options, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WritePdfToResponse(System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports data to a file in PDF format with the specified export options, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the PDF file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WritePdfToResponse(System.Boolean)">
      <summary>
        <para>Exports data to a file in PDF format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the PDF file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WritePdfToResponse(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports data to the specified file in PDF format with the specified name and export options, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WritePdfToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports data to the specified file in PDF format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="saveAsFile">true to display the File Download dialog; false to display the PDF file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WritePdfToResponse(System.String)">
      <summary>
        <para>Exports data to the specified file in PDF format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports data to a stream in RTF format with the specified export options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteRtf(System.IO.Stream)">
      <summary>
        <para>Exports data to a stream in RTF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteRtfToResponse">
      <summary>
        <para>Exports data to a file in RTF format and writes it to the Response in the binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteRtfToResponse(DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports data to a file in RTF format with the specified export settings, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteRtfToResponse(System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports data to the specified file in RTF format with the specified export settings, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the RTF file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteRtfToResponse(System.Boolean)">
      <summary>
        <para>Exports data to a file in RTF format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the RTF file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteRtfToResponse(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports data to the specified file in RTF format with the specified export settings, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteRtfToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports data to the specified file in RTF format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="saveAsFile">true to display the File Download dialog; false to display the RTF file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteRtfToResponse(System.String)">
      <summary>
        <para>Exports data to the specified file in RTF format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports data to a stream in XLS format with the specified export settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXls(System.IO.Stream)">
      <summary>
        <para>Exports data to a stream in XLS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsToResponse">
      <summary>
        <para>Exports data to a file in XLS format and writes it to the Response in the binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsToResponse(DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports data to a file in XLS format with the specified export settings, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsToResponse(System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports data to a file in XLS format with the specified export settings, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLS file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsToResponse(System.Boolean)">
      <summary>
        <para>Exports data to a file in XLS format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLS file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports data to the specified file in XLS format, with the specified export settings, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports data to the specified file in XLS format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLS file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsToResponse(System.String)">
      <summary>
        <para>Exports data to the specified file in XLS format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports data to a stream in XLSX format with the specified export settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsx(System.IO.Stream)">
      <summary>
        <para>Exports data to a stream in XLSX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsxToResponse">
      <summary>
        <para>Exports data to a file in XLSX format and writes it to the Response in the binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsxToResponse(DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports data to a file in XLSX format with the specified export settings, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsxToResponse(System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports data to a file in XLSX format with the specified export settings, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLSX file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsxToResponse(System.Boolean)">
      <summary>
        <para>Exports data to a file in XLSX format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLSX file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports data to the specified file in XLSX format, with the specified export settings, and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsxToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports data to the specified file in XLSX format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLSX file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.WriteXlsxToResponse(System.String)">
      <summary>
        <para>Exports data to the specified file in XLSX format and writes it to the Response in the binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.RenderBrick">ASPxTreeListExporter.RenderBrick</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs.BrickStyle">
      <summary>
        <para>Gets the appearance settings used to paint report bricks.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs.Column">
      <summary>
        <para>Gets a data column that corresponds to the processed tree list element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the data column. null (Nothing in Visual Basic) if the processed element doesn’t belong to a column (e.g. preview, footer).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs.ImageValue">
      <summary>
        <para>Gets or sets an array of bytes that contains the processed brick’s image.</para>
      </summary>
      <value>An array of bytes that contains the processed brick’s binary image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs.NodeKey">
      <summary>
        <para>Gets the processed node’s key value.</para>
      </summary>
      <value>A string value that identifies the node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs.RowKind">
      <summary>
        <para>Gets the processed row’s type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListRowKind"/> enumeration value that identifies the processed row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs.Text">
      <summary>
        <para>Gets or sets the text displayed within the brick currently being rendered.</para>
      </summary>
      <value>A string value that specifies the text displayed within the processed brick.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs.TextValue">
      <summary>
        <para>Gets or sets the processed brick’s value.</para>
      </summary>
      <value>An object that represents the processed brick’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs.Url">
      <summary>
        <para>Gets or sets the rendered brick’s URL.</para>
      </summary>
      <value>A string value that specifies the rendered brick’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs.XlsxFormatString">
      <summary>
        <para>Specifies the format string applied to the processed brick’s value when exporting to Excel format (XLS or XLSX).</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEditorInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HeaderFilterEditorInitialize"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEditorInitializeEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListDataColumn,DevExpress.Web.ASPxEditBase,DevExpress.Web.GridHeaderFilterEditorType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEditorInitializeEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEditorInitializeEventArgs.Column">
      <summary>
        <para>Gets the column to which the processed editor belongs.</para>
      </summary>
      <value>The column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEditorInitializeEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HeaderFilterEditorInitialize">ASPxTreeList.HeaderFilterEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HeaderFilterFillItems">ASPxTreeList.HeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListDataColumn,DevExpress.Web.GridHeaderFilterValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEventArgs"/> class.</para>
      </summary>
      <param name="column">A  object representing a column.</param>
      <param name="values">A <see cref="T:DevExpress.Web.GridHeaderFilterValues"/> object containing filter values.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEventArgs.Column">
      <summary>
        <para>Gets the data column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the data column currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEventHandler">
      <summary>
        <para>A method that will handle the related event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListInsertNodeInfo">
      <summary>
        <para>Contains information on a tree list cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListInsertNodeInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListInsertNodeInfo"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListInsertNodeInfo.ChildNodes">
      <summary>
        <para>Gets the currently inserted node’s child nodes.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListInsertNodeInfo"/>,&gt; object containing a list of child nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListInsertNodeInfo.ParentNodeKey">
      <summary>
        <para>Specifies the parent node’s key value.</para>
      </summary>
      <value>A string value that identifies the parent node.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListOnClickRowFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ProcessOnClickRowFilter">ASPxTreeList.ProcessOnClickRowFilter</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListOnClickRowFilterEventArgs.#ctor(DevExpress.Web.GridViewAutoFilterEventKind)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListOnClickRowFilterEventArgs"/> class.</para>
      </summary>
      <param name="kind">A <see cref="T:DevExpress.Web.GridViewAutoFilterEventKind"/> enumeration value that indicates which action should be performed within the event handler.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListOnClickRowFilterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ProcessOnClickRowFilter">ASPxTreeList.ProcessOnClickRowFilter</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListOnClickRowFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings">
      <summary>
        <para>Provides print settings for a <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.Assign(DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings"/> object to the current object.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.AutoWidth">
      <summary>
        <para>Gets or sets whether the ASPxTreeList fits the printed page horizontally.</para>
      </summary>
      <value>true to force the printed ASPxTreeList to fit the printed page horizontally; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.ExpandAllNodes">
      <summary>
        <para>Gets or sets a value specifying which nodes of an ASPxTreeList should present in the export result.</para>
      </summary>
      <value>true, to export the ASPxTreeList with all nodes expanded regardless of their expanded state; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.ExportAllPages">
      <summary>
        <para>Gets or sets whether all pages are exported.</para>
      </summary>
      <value>true to export all pages displayed within the ASPxTreeList; false to export only the current page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.PageSettings">
      <summary>
        <para>Gets the settings of a report page.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.PageSettings"/> object that contains the settings of a report page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.RightToLeft">
      <summary>
        <para>Specifies whether or not the tree list supports right-to-left representation when you export tree list data.</para>
      </summary>
      <value>One of the DefaultBoolean enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.ShowTreeButtons">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">tree buttons</see> are displayed in a report.</para>
      </summary>
      <value>true to display tree buttons in a report; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.ShowTreeLines">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3988/components/tree-list/visual-elements/tree-line">tree lines</see> are displayed in a report.</para>
      </summary>
      <value>true to display tree lines in a report; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings.SplitDataCellAcrossPages">
      <summary>
        <para>Gets or sets whether data cells are allowed to be split across pages when exporting.</para>
      </summary>
      <value>true, if data cells are allowed to be split across pages when exporting; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListRenderBrickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.RenderBrick">ASPxTreeListExporter.RenderBrick</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorCreateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.SearchPanelEditorCreate">ASPxTreeList.SearchPanelEditorCreate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorCreateEventArgs.#ctor(DevExpress.Web.EditPropertiesBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorCreateEventArgs"/> class.</para>
      </summary>
      <param name="editorProperties">An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the search panel editor’s properties.</param>
      <param name="value">An object that specifies the search panel editor’s value.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorCreateEventHandler">
      <summary>
        <para>A method that will handle the corresponding client event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the editor which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.SearchPanelEditorInitialize">ASPxTreeList.SearchPanelEditorInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorEventArgs.#ctor(DevExpress.Web.ASPxEditBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorEventArgs"/> class.</para>
      </summary>
      <param name="editor">A <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant that represents the processed editor.</param>
      <param name="value">An object that specifies the search panel editor’s value.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorEventHandler">
      <summary>
        <para>A method that will handle the corresponding client event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the editor which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ASPxTreeListTemplateReplacement">
      <summary>
        <para>Represents a server control that allows the regular Edit Form’s <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">cells</see> and buttons to be displayed within the Edit Form’s template.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListTemplateReplacement.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListTemplateReplacement"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeListTemplateReplacement.ReplacementType">
      <summary>
        <para>Gets or sets which edit form controls are displayed by the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListTemplateReplacement"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateReplacementType"/> enumeration value that specifies which edit form controls are displayed by the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListTemplateReplacement"/>.</value>
    </member>
    <member name="N:DevExpress.Web.ASPxTreeList.Internal">
      <summary>
        <para>Contains classes that implement some common functionality of the tree list control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.Internal.TreeListFilterMode">
      <summary>
        <para>Lists values that specify the tree list’s filtering mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Internal.TreeListFilterMode.Extended">
      <summary>
        <para>The TreeList control displays nodes that match the filter criteria regardless of whether their parent nodes match these criteria. If a node matches the filter criteria, all its parent nodes are also displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Internal.TreeListFilterMode.Smart">
      <summary>
        <para>Allows a TreeList to display all child nodes that match the filter criteria, whether or not their parent nodes match the criteria.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Internal.TreeListFilterMode.Standard">
      <summary>
        <para>Requires all node parents to match the filter criteria to show a particular child node.</para>
      </summary>
    </member>
    <member name="N:DevExpress.Web.ASPxTreeList.Localization">
      <summary>
        <para>Contains classes and enumerations that implement basic functionality for localization of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListLocalizer">
      <summary>
        <para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>‘s UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns an object comprising resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/>&lt;<see cref="T:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId"/>,&gt; object comprising resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListLocalizer.GetString(DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId)">
      <summary>
        <para>Returns a localized string for the specified string identifier.</para>
      </summary>
      <param name="id">An <see cref="T:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId"/> enumeration value identifying the string to localize.</param>
      <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListResLocalizer">
      <summary>
        <para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>‘s UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListResLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListResLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId">
      <summary>
        <para>Contains strings that can be localized for the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>. For more information, refer to the  topic.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Alt_Collapse">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">Expand Button</see> if the node is expanded.</para>
        <para>Default value: “[Collapse]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Alt_DragAndDropHideColumnIcon">
      <summary>
        <para>Defines the alternate text of an image (see: <see cref="P:DevExpress.Web.ASPxTreeList.TreeListImages.DragAndDropHide">TreeListImages.DragAndDropHide</see>) displayed below the column header when an end&#0045;user drags it to the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>.</para>
        <para>Default value: “Hide”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Alt_Expand">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">Expand Button</see> if the node is collapsed.</para>
        <para>Default value: “[Expand]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Alt_SortedAscending">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">Column Header</see>‘s Sort Glyph when the column is sorted in ascending order.</para>
        <para>Default value: “(Ascending)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Alt_SortedDescending">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">Column Header</see>‘s Sort Glyph when the column is sorted in descending order.</para>
        <para>Default value: “(Descending)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandApplyFilter">
      <summary>
        <para>Defines the caption of the Apply button.</para>
        <para>Default value: “Apply”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandCancel">
      <summary>
        <para>Defines the caption of the Cancel button on the <see href="https://docs.devexpress.com/AspNet/4637/components/tree-list/concepts/data-editing/edit-form">Edit Form</see> of the <see href="https://docs.devexpress.com/AspNet/7928/components/tree-list">Tree List</see>.</para>
        <para>Default value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandClearFilter">
      <summary>
        <para>Defines the caption of the Clear button.</para>
        <para>Default value: “Clear”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandDelete">
      <summary>
        <para>Defines the caption of the Delete button on the <see href="https://docs.devexpress.com/AspNet/4633/components/tree-list/visual-elements/command-column">Command Column</see> of the <see href="https://docs.devexpress.com/AspNet/7928/components/tree-list">Tree List</see>.</para>
        <para>Default value: “Delete”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandEdit">
      <summary>
        <para>Defines the caption of the Edit button on the <see href="https://docs.devexpress.com/AspNet/4633/components/tree-list/visual-elements/command-column">Command Column</see> of the <see href="https://docs.devexpress.com/AspNet/7928/components/tree-list">Tree List</see>.</para>
        <para>Default value: “Edit”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandNew">
      <summary>
        <para>Defines the caption of the New button on the <see href="https://docs.devexpress.com/AspNet/4633/components/tree-list/visual-elements/command-column">Command Column</see> of the <see href="https://docs.devexpress.com/AspNet/7928/components/tree-list">Tree List</see>.</para>
        <para>Default value: “New”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandRecover">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command item</see> that allows recovering the tree list nodes.</para>
        <para>Default Value: “Recover”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandUpdate">
      <summary>
        <para>Defines the caption of the Update button on the <see href="https://docs.devexpress.com/AspNet/4637/components/tree-list/concepts/data-editing/edit-form">Edit Form</see> of the <see href="https://docs.devexpress.com/AspNet/7928/components/tree-list">Tree List</see>.</para>
        <para>Default value: “Update”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.ConfirmDelete">
      <summary>
        <para>Defines the confirmation dialog text when deleting a node in <see href="https://docs.devexpress.com/AspNet/7928/components/tree-list">Tree List</see> if the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.ConfirmDelete">TreeListSettingsEditing.ConfirmDelete</see> option is enabled.</para>
        <para>Default value: “Confirm Delete?”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.ConfirmOnLosingBatchChanges">
      <summary>
        <para>The text of a confirm message that is shown before tree list data changes are lost in batch edit mode.</para>
        <para>Default Value: “Are you sure you want to perform the action? All unsaved grid data will be lost.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CustomizationWindowCaption">
      <summary>
        <para>Defines the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>‘s caption.</para>
        <para>Default value: “Field Chooser”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.IncorrectSelectionError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.PopupEditFormCaption">
      <summary>
        <para>Defines the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s caption.</para>
        <para>Default value: “Edit Form”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.RecursiveDeleteError">
      <summary>
        <para>Defines the error message text when deleting a parent node in <see href="https://docs.devexpress.com/AspNet/7928/components/tree-list">Tree List</see> if the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.AllowRecursiveDelete">TreeListSettingsEditing.AllowRecursiveDelete</see> option is disabled.</para>
        <para>Default value: “The node has descendant nodes.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_Cancel">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_ClearFilter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_ClearSorting">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_CollapseNode">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_Delete">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_Edit">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_ExpandNode">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_ExportTo">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_FullCollapse">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_FullExpand">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_New">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_NewRoot">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_Refresh">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_ShowCustomizationWindow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_ShowFilterRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_ShowFilterRowMenu">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_ShowFooter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Toolbar_Update">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.PageMargins">
      <summary>
        <para>Provides the margins for a report page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.PageMargins.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.PageMargins"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.PageMargins.Bottom">
      <summary>
        <para>Gets or sets the bottom margin, in hundredths of an inch.</para>
      </summary>
      <value>An integer value that specifies the bottom margin.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.PageMargins.Left">
      <summary>
        <para>Gets or sets the left margin, in hundredths of an inch.</para>
      </summary>
      <value>An integer value that specifies the left margin.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.PageMargins.Right">
      <summary>
        <para>Gets or sets the right margin, in hundredths of an inch.</para>
      </summary>
      <value>An integer value that specifies the right margin.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.PageMargins.Top">
      <summary>
        <para>Gets or sets the top margin, in hundredths of an inch.</para>
      </summary>
      <value>An integer value that specifies the top margin.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.PageSettings">
      <summary>
        <para>Provides settings for a printed (exported) document.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.PageSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.PageSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.PageSettings.Landscape">
      <summary>
        <para>Gets or sets whether data is exported to PDF in Landscape.</para>
      </summary>
      <value>true to export data in Landscape; false to export data in Portrait.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.PageSettings.Margins">
      <summary>
        <para>Gets the margins of a print page.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.PageMargins"/> object that represents the margins for a report page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.PageSettings.PaperKind">
      <summary>
        <para>Gets or sets the type of paper for the exported report.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.PageSettings.PaperName">
      <summary>
        <para>Gets or sets the name of the custom paper which is used for export purposes.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the paper.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.ReadOnlyTreeListColumnCollection`1">
      <summary>
        <para>Represents the TreeList’s read only column collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.ReadOnlyTreeListColumnCollection`1.#ctor(System.Collections.Generic.IList{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ReadOnlyTreeListColumnCollection`1"/> class.</para>
      </summary>
      <param name="list">A list of column objects.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.ReadOnlyTreeListColumnCollection`1.Item(System.String)">
      <summary>
        <para>Returns the column with the specified name, field name or caption.</para>
      </summary>
      <param name="key">A <see cref="T:System.String"/> value that specifies the column’s name, field name or caption.</param>
      <value>A T object that is a column with the specified name, field name or caption. null (Nothing in Visual Basic) if the column isn’t found.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3953/components/tree-list/visual-elements/alternating-node">alternating nodes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object from which the settings will be copied.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle.Enabled">
      <summary>
        <para>Gets or sets whether the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3953/components/tree-list/visual-elements/alternating-node">alternating nodes</see> are enabled.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle.IsEmpty">
      <summary>
        <para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer">
      <summary>
        <para>A container for the templates used to render edit cells in <see href="https://docs.devexpress.com/AspNet/120226/components/tree-list/concepts/data-editing/batch-edit-mode">Batch Edit Mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer.#ctor(DevExpress.Web.ASPxTreeList.ASPxTreeList,DevExpress.Web.ASPxTreeList.TreeListDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer"/> class.</para>
      </summary>
      <param name="treeList">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> object representing the tree list.</param>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object representing the Tree List data column.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer.Expandable">
      <summary>
        <para>Gets whether the node that contains the processed cell has child nodes.</para>
      </summary>
      <value>true if the node has child nodes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer.Expanded">
      <summary>
        <para>Indicates whether the node that contains the processed cell is expanded.</para>
      </summary>
      <value>true, if the node that contains the processed cell is expanded; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer.Level">
      <summary>
        <para>Gets the nesting level of the node that contains the processed cell.</para>
      </summary>
      <value>An integer value that specifies the node’s nesting level.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer.NodeKey">
      <summary>
        <para>Gets the node’s key value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the node which contains the processed cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer.Selected">
      <summary>
        <para>Indicates whether the node that contains the processed cell is selected.</para>
      </summary>
      <value>true, if the node that contains the processed cell is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer.Text">
      <summary>
        <para>Get’s the text displayed within the specified cell in the processed node.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the specified data cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer.Value">
      <summary>
        <para>Gets the value of the specified cell in the current node.</para>
      </summary>
      <value>An object representing the specified cell’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListBatchEditSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/120226/components/tree-list/concepts/data-editing/batch-edit-mode">Batch Edit Mode</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListBatchEditSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListBatchEditSettings"/> class.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListBatchEditSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditSettings.ConfirmDelete">
      <summary>
        <para>Gets or sets whether the Confirm Delete window is displayed when deleting a node.</para>
      </summary>
      <value>true, to display the  Confirm Delete window when deleting a node; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditSettings.EditMode">
      <summary>
        <para>Specifies which control element (<see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cell</see> or <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see>) is used to edit the data.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewBatchEditMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBatchEditSettings.EnableMultipleCellSelection">
      <summary>
        <para>Specifies whether to enable multiple cell selection.</para>
      </summary>
      <value>true to allow users to select multiple cells; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListBinaryImageColumn">
      <summary>
        <para>Represents a data column that displays images from a binary stream.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListBinaryImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListBinaryImageColumn"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBinaryImageColumn.AllowSort">
      <summary>
        <para>Gets or sets whether end-users can sort data by the column’s values.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBinaryImageColumn.PropertiesBinaryImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageEditProperties"/> object that contains settings specific to a binary image editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBinaryImageColumn.SortIndex">
      <summary>
        <para>Gets or sets the column’s position among sorted columns.</para>
      </summary>
      <value>An integer value that specifies the zero-based column’s index among sorted columns. &#0045;1 if data is not sorted by this column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListBinaryImageColumn.SortOrder">
      <summary>
        <para>Gets or sets the column’s sort order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s sort order.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListButtonEditColumn">
      <summary>
        <para>Represents a data column with the button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListButtonEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListButtonEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListButtonEditColumn.PropertiesButtonEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ButtonEditProperties"/> object that contains settings specific to a button editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cells</see> and <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">footer cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase">
      <summary>
        <para>Serves as a base for classes that represent containers for the templates used to render cells within the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase.DataBind">
      <summary>
        <para>Binds a data source to the invoked server control and all its child controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase.Expandable">
      <summary>
        <para>Gets whether the node that contains the processed cell has child nodes.</para>
      </summary>
      <value>true if the node has child nodes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase.Expanded">
      <summary>
        <para>Indicates whether the node that contains the processed cell is expanded.</para>
      </summary>
      <value>true if the node that contains the processed cell is expanded; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase.GetText(DevExpress.Web.ASPxTreeList.TreeListDataColumn)">
      <summary>
        <para>Returns the text displayed within the specified cell in the processed row.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the data column. This parameter identifies the data cell within a row.</param>
      <returns>A <see cref="T:System.String"/> value that specifies the text displayed within the specified data cell.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase.GetValue(DevExpress.Web.ASPxTreeList.TreeListDataColumn)">
      <summary>
        <para>Returns the value of the specified cell in the current row.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the data column. This parameter identifies the data cell within a row.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell in the current row.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that identifies the data column by its field name.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase.Level">
      <summary>
        <para>Gets the nesting level of the node that contains the processed cell.</para>
      </summary>
      <value>An integer value that specifies the node’s nesting level.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase.NodeKey">
      <summary>
        <para>Gets the node’s key value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the node which contains the processed cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCellTemplateContainerBase.Selected">
      <summary>
        <para>Indicates whether  the node that contains the processed cell is selected.</para>
      </summary>
      <value>true if the node that contains the processed cell is selected; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCheckColumn">
      <summary>
        <para>Represents a Boolean data column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCheckColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCheckColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCheckColumn.PropertiesCheckEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.CheckBoxProperties"/> object that contains settings specific to a checkbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditChangesCanceling">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditChangesCanceling</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditChangesSaving">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditChangesSaving</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditConfirmShowing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditConfirmShowing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditEndEditing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditEndEditing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditNodeChangesCanceling">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditNodeChangesCanceling</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditNodeDeleting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditNodeDeleting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditNodeInserting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditNodeInserting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditNodeRecovering">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a ASPxClientTreeList’s <b>ASPxClientTreeList.BatchEditNodeRecovering</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditNodeValidating">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditNodeValidating</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditStartEditing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditStartEditing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.BatchEditTemplateCellFocused">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.BatchEditTemplateCellFocused</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.CellSelectionChanging">
      <summary>
        <para>Specifies the name of the JavaScript function or code that handles the client-side <b>ASPxClientTreeList.CellSelectionChanging</b> event.</para>
      </summary>
      <value>The name of a JavaScript function or code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.ClipboardCellPasting">
      <summary>
        <para>Specifies the name of the JavaScript function or code that handles the client-side <b>ASPxClientTreeList.ClipboardCellPasting</b> event.</para>
      </summary>
      <value>The name of a JavaScript function or code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.ColumnResized">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.ColumnResized</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.ColumnResizing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.ColumnResizing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.ContextMenu">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.ContextMenu</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function, or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.CustomButtonClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.CustomButtonClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.CustomDataCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.CustomDataCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function, or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.CustomizationWindowCloseUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.CustomizationWindowCloseUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.EndDragNode">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.EndDragNode</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.FocusedCellChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.FocusedCellChanging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.FocusedNodeChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.FocusedNodeChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.KeyDown">
      <summary>
        <para>Specifies a JavaScript function name or code that handles the client-side <b>ASPxClientTreeList.KeyDown</b> event.</para>
      </summary>
      <value>A JavaScript function name or code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.KeyPress">
      <summary>
        <para>Specifies a JavaScript function name or code that handles the client-side <b>ASPxClientTreeList.KeyPress</b> event.</para>
      </summary>
      <value>A JavaScript function name or code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.KeyUp">
      <summary>
        <para>Specifies a JavaScript function name or code that handles the client-side <b>ASPxClientTreeList.KeyUp</b> event.</para>
      </summary>
      <value>A JavaScript function name or code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.NodeClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.NodeClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.NodeCollapsing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.NodeCollapsing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.NodeDblClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.NodeDblClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.NodeExpanding">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.NodeExpanding</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.NodeFocusing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s NodeFocusing event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.SelectionChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.SelectionChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.StartDragNode">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s <b>ASPxClientTreeList.StartDragNode</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents.ToolbarItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTreeList.ToolbarItemClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColorEditColumn">
      <summary>
        <para>Represents a data column used to display and edit color values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColorEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColorEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColorEditColumn.PropertiesColorEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ColorEditProperties"/> object that contains settings specific to a color editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumn">
      <summary>
        <para>Serves as a base for classes that represent columns displayed within the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumn.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.CellStyle">
      <summary>
        <para>Gets the style settings used to paint column <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains the style settings used to paint column cells.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.FooterCellStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">footer cells</see> within a column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains the style settings used to paint footer cells.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.FooterCellTemplate">
      <summary>
        <para>Gets or sets a template for displaying the column’s footer cell.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.GroupFooterCellStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3948/components/tree-list/visual-elements/group-footer">group footer cells</see> within a column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains the style settings used to paint group footer cells.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.GroupFooterCellTemplate">
      <summary>
        <para>Gets or sets a template for displaying the column’s group footer cell.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.HeaderCaptionTemplate">
      <summary>
        <para>Gets or sets a template for displaying the <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">column header</see>‘s caption.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.HeaderStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the column’s <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">header</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderStyle"/> object that contains the style settings used to paint the column’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of the column.</para>
      </summary>
      <value>An integer value that specifies the column’s minimum width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.ShowInCustomizationForm">
      <summary>
        <para>Gets or sets whether the column’s header is displayed within the <see href="https://docs.devexpress.com/AspNet/4036/components/tree-list/concepts/data-representation-basics/columns/customization-window-overview">customization window</see> when the column is hidden.</para>
      </summary>
      <value>true if the column’s header is displayed within the customization window when the column is hidden; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumn.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that represents the current object.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumn.TreeList">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control that owns the column.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> object that owns the column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnCollection">
      <summary>
        <para>Represents the ASPxTreeList’s column collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnCollection.Add(DevExpress.Web.ASPxTreeList.TreeListColumn)">
      <summary>
        <para>Adds the specified column to the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object or descendant to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnCollection.IndexOf(DevExpress.Web.ASPxTreeList.TreeListColumn)">
      <summary>
        <para>Returns the specified column’s position within the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object or descendant to locate in the collection.</param>
      <returns>An integer value that specifies the column’s position within the collection. &#0045;1 if the collection doesn’t contain the specified column.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnCollection.Insert(System.Int32,DevExpress.Web.ASPxTreeList.TreeListColumn)">
      <summary>
        <para>Adds the specified column to the specified position within the collection.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index at which the specified column should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object or descendant to insert to the collection.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to columns within the collection.</para>
      </summary>
      <param name="index">An integer value that identifies a column by its index.</param>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object or descendant that represents a column at the specified position. null (Nothing in Visual Basic) if the column was not found.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnCollection.Item(System.String)">
      <summary>
        <para>Returns the column with the specified name, field name or caption.</para>
      </summary>
      <param name="key">A <see cref="T:System.String"/> value that specifies the column’s name, field name or caption.</param>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object or descendant that represents a column with the specified name, field name or caption. null (Nothing in Visual Basic) if the column was not found.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnCollection.Remove(DevExpress.Web.ASPxTreeList.TreeListColumn)">
      <summary>
        <para>Removes the specified column from the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object or descendant to remove from the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnCollection.ToString">
      <summary>
        <para>Returns a string representation of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnCollection"/> class.</para>
      </summary>
      <returns>An empty string.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnCollection.TreeList">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control that owns the collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> object that owns the collection.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangeCalendarSettings">
      <summary>
        <para>Contains settings that relate to a calendar displayed in the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangeCalendarSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangeCalendarSettings"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangePeriodsSettings">
      <summary>
        <para>Contains settings that relate to a periods section displayed in the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangePeriodsSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangePeriodsSettings"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangePickerSettings">
      <summary>
        <para>Contains settings that relate to a date range picker displayed in the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangePickerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangePickerSettings"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomColumnDisplayText">ASPxTreeList.CustomColumnDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListDataColumn,System.String,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that is a column in the tree list.</param>
      <param name="nodeKey">A string object representing the node key.</param>
      <param name="value">An object representing the cell value.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs.Column">
      <summary>
        <para>Gets the processed column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object representing the column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Enables you to set a custom text for the <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">cell</see> currently being processed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the custom cell’s display text. The default value is null.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the cell display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained in the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs.DisplayText">TreeListColumnDisplayTextEventArgs.DisplayText</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs.NodeKey">
      <summary>
        <para>Gets the processed node’s key value.</para>
      </summary>
      <value>A string value that identifies the node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs.Value">
      <summary>
        <para>Gets the edit value of the cell currently being processed.</para>
      </summary>
      <value>An object that represents the cell’s edit value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditCaptionLocation">
      <summary>
        <para>Lists values that specify the location of the edit cell’s caption.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListColumnEditCaptionLocation.Near">
      <summary>
        <para>The caption is displayed next to the editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListColumnEditCaptionLocation.None">
      <summary>
        <para>The caption is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListColumnEditCaptionLocation.Top">
      <summary>
        <para>The caption is located along the top of the edit cell.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings">
      <summary>
        <para>Provides the <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">edit cell’s</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings.CaptionLocation">
      <summary>
        <para>Gets or sets the location of the edit cell’s caption.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditCaptionLocation"/> enumeration value that specifies the caption’s location.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings.ColumnSpan">
      <summary>
        <para>Gets or sets the number of columns in the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see> that the cell spans.</para>
      </summary>
      <value>An integer value that specifies the number of columns in the rendered Edit Form that the cell spans.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings.RowSpan">
      <summary>
        <para>Gets or sets the number of rows in the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see> that the cell spans.</para>
      </summary>
      <value>An integer value that specifies the number of rows in the Edit Form that the edit cell spans.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings.Visible">
      <summary>
        <para>Gets or sets whether the edit cell that corresponds to the current data column is displayed within the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings.VisibleIndex">
      <summary>
        <para>Gets or sets the edit cell’s position within the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>An integer value that specifies the edit cell’s position within the Edit Form.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CellEditorInitialize">ASPxTreeList.CellEditorInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs.#ctor(System.String,DevExpress.Web.ASPxTreeList.TreeListDataColumn,DevExpress.Web.ASPxEditBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs"/> class.</para>
      </summary>
      <param name="nodeKey">A string value that identifies the node whose values are being initialized. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs.NodeKey">TreeListColumnEditorEventArgs.NodeKey</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> descendant that represents the data column whose cell editor is being initialized. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs.Column">TreeListColumnEditorEventArgs.Column</see> property.</param>
      <param name="editor">A <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant that represents the processed editor. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs.Editor">TreeListColumnEditorEventArgs.Editor</see> property.</param>
      <param name="value">An object that represents the editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs.Value">TreeListColumnEditorEventArgs.Value</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs.Column">
      <summary>
        <para>Gets the data column whose cell editor is being initialized.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> descendant that represents the data column whose cell editor is being initialized.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs.Editor">
      <summary>
        <para>Gets the editor currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant that represents the processed editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs.NodeKey">
      <summary>
        <para>Gets the key value that uniquely identifies the node whose values are being initialized.</para>
      </summary>
      <value>A string value that identifies the node whose values are being initialized.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs.Value">
      <summary>
        <para>Gets the editor’s value.</para>
      </summary>
      <value>An object that represents the editor’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CellEditorInitialize">ASPxTreeList.CellEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnSettingsHeaderFilter">
      <summary>
        <para>Contains the column’s <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> specific settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnSettingsHeaderFilter.DateRangeCalendarSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangeCalendarSettings"/> object containing the calendar settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnSettingsHeaderFilter.DateRangePeriodsSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> periods section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangePeriodsSettings"/> object containing the section settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnSettingsHeaderFilter.DateRangePickerSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> date range picker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnDateRangePickerSettings"/> object containing the date range picker settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListColumnSortMode">
      <summary>
        <para>Lists the values that specify how a tree list column’s data should be sorted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListColumnSortMode.Default">
      <summary>
        <para>If a column’s <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.SortMode">TreeListDataColumn.SortMode</see> property is set to default, the column’s data will be sorted according to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.SortMode">TreeListSettingsBehavior.SortMode</see> property. If both those properties are set to Default, the grid data is sorted by the column’s edit values (these are synchronized with the bound data source’s values).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListColumnSortMode.DisplayText">
      <summary>
        <para>Sorts the column’s data by the column’s display text (the strings displayed within the column’s cells).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListColumnSortMode.Value">
      <summary>
        <para>Sorts the column’s data by the column’s edit values (these are synchronized with the bound data source’s values).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListComboBoxColumn">
      <summary>
        <para>A data column with the combo box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListComboBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListComboBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListComboBoxColumn.PropertiesComboBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ComboBoxProperties"/> object that contains settings specific to a combobox editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandCellStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/4633/components/tree-list/visual-elements/command-column">command column cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandCellStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/4633/components/tree-list/visual-elements/command-column">Command Column</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> class with the specified caption.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.ApplyFilterButton">
      <summary>
        <para>Gets the Apply command button’s settings.</para>
      </summary>
      <value>The button’s settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the public properties from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.ButtonType">
      <summary>
        <para>Gets or sets the command button’s type.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.ButtonType"/> enumeration value that specifies how the command buttons are rendered.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.CancelButton">
      <summary>
        <para>Gets the Cancel button’s settings.</para>
      </summary>
      <value>The button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.ClearFilterButton">
      <summary>
        <para>Gets the Clear button settings.</para>
      </summary>
      <value>The button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.CustomButtons">
      <summary>
        <para>Gets the collection of custom buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButtonCollection"/> object which represents the collection of custom buttons.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.DeleteButton">
      <summary>
        <para>Gets the Delete button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.EditButton">
      <summary>
        <para>Gets the Edit button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.NewButton">
      <summary>
        <para>Gets the New button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.RecoverButton">
      <summary>
        <para>Gets the Recover button’s settings.</para>
      </summary>
      <value>The button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.ShowNewButtonInHeader">
      <summary>
        <para>Gets or sets whether the New button is displayed within the command column’s header.</para>
      </summary>
      <value>true to display the New button within the command column’s header; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.UpdateButton">
      <summary>
        <para>Gets the Update button’s settings.</para>
      </summary>
      <value>The button’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnApplyFilterButton">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command button</see> that allows you to apply filter criteria.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnApplyFilterButton.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnApplyFilterButton"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnApplyFilterButton.Visible">
      <summary>
        <para>Gets or sets whether the Apply button is displayed within command column cells.</para>
      </summary>
      <value>true, to show the button; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command button</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the public properties from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose public properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton.Image">
      <summary>
        <para>Gets the settings of an image displayed within the button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command buttons</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton.Text">
      <summary>
        <para>Gets or sets the button’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the button’s text.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton.Type">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton.Visible">
      <summary>
        <para>Gets or sets whether the button is displayed within command column cells.</para>
      </summary>
      <value>true to show the button; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CommandColumnButtonInitialize">ASPxTreeList.CommandColumnButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventArgs.ButtonType">
      <summary>
        <para>Gets the type of the command button currently being initialized.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventArgs.CommandColumn">
      <summary>
        <para>Gets a command column which owns the processed command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> object that represents the command column which owns the processed button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventArgs.CustomButtonIndex">
      <summary>
        <para>Gets the processed command button’s index.</para>
      </summary>
      <value>An integer value that represents the zero-based index of the processed command button within the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.CustomButtons">TreeListCommandColumn.CustomButtons</see> collection.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventArgs.Enabled">
      <summary>
        <para>Gets or sets whether the processed command button is enabled.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventArgs.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the processed node.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventArgs.NodeKey">
      <summary>
        <para>Gets the key of a node which contains the processed command button.</para>
      </summary>
      <value>A string that identifies the node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventArgs.Visible">
      <summary>
        <para>Gets or sets whether the command button is visible.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CommandColumnButtonInitialize">ASPxTreeList.CommandColumnButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType">
      <summary>
        <para>Lists values that specify a <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command button</see>‘s type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.ApplyFilter">
      <summary>
        <para>Corresponds to the Apply command. Applies the filter criteria.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.ApplySearchPanelFilter">
      <summary>
        <para>Corresponds to the Apply command. Applies the search panel’s filter criteria.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.Cancel">
      <summary>
        <para>Corresponds to the Cancel command. Discards any changes made to the current node and switches the ASPxTreeList to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.ClearFilter">
      <summary>
        <para>A command that clears the filter applied to the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.ClearSearchPanelFilter">
      <summary>
        <para>Corresponds to the Clear command. Clears the filter specified in the <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.Custom">
      <summary>
        <para>Corresponds to the custom type of command buttons. Custom command buttons are contained within the command column’s <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.CustomButtons">TreeListCommandColumn.CustomButtons</see> collection.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.Delete">
      <summary>
        <para>Corresponds to the Delete command. Deletes the current node.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.Edit">
      <summary>
        <para>Corresponds to the Edit command. Switches the ASPxTreeList to edit mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.New">
      <summary>
        <para>Corresponds to the New command. Creates a new node.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.Recover">
      <summary>
        <para>Corresponds to the Recover command. Recovers the deleted nodes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType.Update">
      <summary>
        <para>Corresponds to the Update command. Saves all the changes made to the current node, and switches the ASPxTreeList to browse mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCancelButton">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command button</see> that allows you to cancel data editing.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCancelButton.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCancelButton"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCancelButton.Visible">
      <summary>
        <para>Gets or sets whether the cancel button is displayed within command column cells.</para>
      </summary>
      <value>true, to show the button; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnClearFilterButton">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command button</see> that clears the filter applied to the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnClearFilterButton.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnClearFilterButton"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnClearFilterButton.Visible">
      <summary>
        <para>Gets or sets whether the Clear button is displayed within command column cells.</para>
      </summary>
      <value>true, to show the button; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButton">
      <summary>
        <para>Represents a custom command button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButton.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButton.ID">
      <summary>
        <para>Gets or sets a value that identifies the custom button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the custom button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButton.Image">
      <summary>
        <para>Gets the settings of an image displayed within the custom button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButton.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">custom command buttons</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButton.Text">
      <summary>
        <para>Gets or sets the button’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButton.Visibility">
      <summary>
        <para>Gets or sets a value that specifies in which nodes the custom button is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomButtonVisibility"/> enumeration value that specifies in which nodes the custom button is displayed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButtonCollection">
      <summary>
        <para>Represents the collection of custom command buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButtonCollection.#ctor(DevExpress.Web.ASPxTreeList.TreeListCommandColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButtonCollection"/> class with the specified command column.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> object that represents the command column which owns this collection. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButtonCollection.Column">TreeListCommandColumnCustomButtonCollection.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButtonCollection.Column">
      <summary>
        <para>Gets a command column that owns this collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> object that represents the command column which owns this collection.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCustomButtonCollection.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnRecoverButton">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command button</see> that allows you to recover the deleted data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnRecoverButton.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnRecoverButton"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnRecoverButton.Visible">
      <summary>
        <para>Specifies the Recover command button’s visibility state.</para>
      </summary>
      <value>true, to show the Recover command button; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnUpdateButton">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command button</see> that allows you to update data on the server.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnUpdateButton.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnUpdateButton"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumnUpdateButton.Visible">
      <summary>
        <para>Gets or sets whether the update button is displayed within command column cells.</para>
      </summary>
      <value>true, to show the button; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomButtonCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomButtonCallback"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomButtonCallbackEventArgs.ButtonID">
      <summary>
        <para>Specifies an ID of the clicked button.</para>
      </summary>
      <value>An ID.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomButtonCallbackEventArgs.ButtonIndex">
      <summary>
        <para>Specifies an index of the clicked button.</para>
      </summary>
      <value>The index.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomButtonCallbackEventArgs.NodeKey">
      <summary>
        <para>Specifies the node key to which the clicked button belongs.</para>
      </summary>
      <value>The node key.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomButtonCallbackEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomButtonCallback"/>.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomButtonVisibility">
      <summary>
        <para>Lists values that specify in which nodes a custom button is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCustomButtonVisibility.AllNodes">
      <summary>
        <para>A custom button is displayed within all nodes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCustomButtonVisibility.BrowsableNode">
      <summary>
        <para>A custom button is displayed within nodes whose values are not edited.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCustomButtonVisibility.EditableNode">
      <summary>
        <para>A custom button is displayed within a node currently being edited.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListCustomButtonVisibility.Hidden">
      <summary>
        <para>A custom button is hidden.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomCallback">ASPxTreeList.CustomCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomCallbackEventArgs"/> class.</para>
      </summary>
      <param name="argument">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCustomCallbackEventArgs.Argument">TreeListCustomCallbackEventArgs.Argument</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomCallbackEventArgs.Argument">
      <summary>
        <para>Gets a string that contains specific information (if any) passed from the client side.</para>
      </summary>
      <value>A string value that contains specific information collected on the client side and passed to the event for further server-side processing.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomCallback">ASPxTreeList.CustomCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomColumnDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomColumnDisplayText">ASPxTreeList.CustomColumnDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomDataCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomDataCallback">ASPxTreeList.CustomDataCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomDataCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomDataCallbackEventArgs"/> class.</para>
      </summary>
      <param name="argument">A string value that contains specific information collected on the client side, and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCustomCallbackEventArgs.Argument">TreeListCustomCallbackEventArgs.Argument</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomDataCallbackEventArgs.Result">
      <summary>
        <para>Gets or sets a value that contains specific information (if any) that needs to be passed to the client side for further processing.</para>
      </summary>
      <value>An object that contains any information that needs to be sent to the client-side JavaScript function.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomDataCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomDataCallback">ASPxTreeList.CustomDataCallback</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomDataCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomErrorTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomErrorText">ASPxTreeList.CustomErrorText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomErrorTextEventArgs.#ctor(System.Exception,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomErrorTextEventArgs"/> class.</para>
      </summary>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCustomErrorTextEventArgs.Exception">TreeListCustomErrorTextEventArgs.Exception</see> property.</param>
      <param name="errorText">A <see cref="T:System.String"/> value that specifies the error text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCustomErrorTextEventArgs.ErrorText">TreeListCustomErrorTextEventArgs.ErrorText</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomErrorTextEventArgs.ErrorText">
      <summary>
        <para>Gets or sets the error text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomErrorTextEventArgs.Exception">
      <summary>
        <para>Gets the exception.</para>
      </summary>
      <value>A <see cref="T:System.Exception"/> object that represents the exception.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomErrorTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomErrorText">ASPxTreeList.CustomErrorText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomErrorTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomFilterNodeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomFilterNode">ASPxTreeList.CustomFilterNode</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomFilterNodeEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListNode,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomFilterNodeEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object representing the node.</param>
      <param name="isFit">Specifies whether the node should be filtered.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomFilterNodeEventArgs.IsFit">
      <summary>
        <para>Gets or sets whether the node should be filtered.</para>
      </summary>
      <value>true, to filter the node; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomFilterNodeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomFilterNode">ASPxTreeList.CustomFilterNode</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomFilterNodeEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomizationWindowPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomizationWindowPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomizationWindowPopupSettings"/> class.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomizationWindowPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">customization window</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomizationWindowPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a tree list.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomJSPropertiesEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomJSProperties">ASPxTreeList.CustomJSProperties</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomJSPropertiesEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomJSPropertiesEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomJSPropertiesEventArgs.#ctor(System.Collections.Generic.Dictionary{System.String,System.Object})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomJSPropertiesEventArgs"/> class with the specified temporary client properties.</para>
      </summary>
      <param name="properties">The collection of property names and values. This value is assigned to the <see cref="P:DevExpress.Web.CustomJSPropertiesEventArgs.Properties">CustomJSPropertiesEventArgs.Properties</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomJSPropertiesEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomJSProperties">ASPxTreeList.CustomJSProperties</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomJSPropertiesEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomNodeSort">ASPxTreeList.CustomNodeSort</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListDataColumn,DevExpress.Web.ASPxTreeList.TreeListNode,DevExpress.Web.ASPxTreeList.TreeListNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the column that contains the values to compare. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.Column">TreeListCustomNodeSortEventArgs.Column</see> property.</param>
      <param name="node1">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the value of the first of the two nodes being compared. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.Node1">TreeListCustomNodeSortEventArgs.Node1</see> property.</param>
      <param name="node2">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the value of the second of the two nodes being compared. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.Node2">TreeListCustomNodeSortEventArgs.Node2</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.Column">
      <summary>
        <para>Gets the column whose values are being compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the column that contains the values to compare.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.Handled">
      <summary>
        <para>Gets or sets whether a comparison operation is handled, and therefore no default processing is required.</para>
      </summary>
      <value>true if a comparison operation is handled; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.Node1">
      <summary>
        <para>Gets the first node whose value is being compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the value of the first of the two nodes being compared.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.Node2">
      <summary>
        <para>Gets the second node whose value is being compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the value of the second of the two nodes being compared.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.Result">
      <summary>
        <para>Gets or sets the result of a custom comparison.</para>
      </summary>
      <value>An integer value that specifies the result.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs.SortOrder">
      <summary>
        <para>Gets the sort order applied to the column being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> value that specifies the sort order applied to the specified column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomNodeSort">ASPxTreeList.CustomNodeSort</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomSummaryCalculate">ASPxTreeList.CustomSummaryCalculate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListNode,DevExpress.Web.ASPxTreeList.TreeListSummaryItem,DevExpress.Data.CustomSummaryProcess)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the processed node.</param>
      <param name="summaryItem">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryItem"/> object that represents the summary item whose value is being calculated. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventArgs.SummaryItem">TreeListCustomSummaryEventArgs.SummaryItem</see> property.</param>
      <param name="summaryProcess">A <see cref="T:DevExpress.Data.CustomSummaryProcess"/> enumeration value that identifies the current calculation stage. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventArgs.SummaryProcess">TreeListCustomSummaryEventArgs.SummaryProcess</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventArgs.SummaryItem">
      <summary>
        <para>Gets a summary item whose value is being calculated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryItem"/> object that represents the summary item whose value is being calculated.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventArgs.SummaryProcess">
      <summary>
        <para>Gets the current calculation stage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.CustomSummaryProcess"/> enumeration value that identifies the current calculation stage.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventArgs.Value">
      <summary>
        <para>Gets or sets the summary value.</para>
      </summary>
      <value>An object that represents the summary value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomSummaryCalculate">ASPxTreeList.CustomSummaryCalculate</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventArgs"/> object that contains data related to the event.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomUnboundColumnDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomUnboundColumnData">ASPxTreeList.CustomUnboundColumnData</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomUnboundColumnDataEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListNode,DevExpress.Web.ASPxTreeList.TreeListDataColumn,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomUnboundColumnDataEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object representing the node.</param>
      <param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that is a column in the tree list.</param>
      <param name="value">An object representing the cell value.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomUnboundColumnDataEventArgs.Column">
      <summary>
        <para>Gets the processed column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object representing the column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomUnboundColumnDataEventArgs.Value">
      <summary>
        <para>Gets the edit value of the cell currently being processed.</para>
      </summary>
      <value>An object that represents the cell’s edit value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListCustomUnboundColumnDataEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomUnboundColumnData">ASPxTreeList.CustomUnboundColumnData</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomUnboundColumnDataEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListDataCacheMode">
      <summary>
        <para>Lists values that specify whether data caching is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListDataCacheMode.Auto">
      <summary>
        <para>The ASPxTreeList enables or disables data caching on demand. Data cashing is enabled if at least one of the following conditions are met:</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListDataCacheMode.Disabled">
      <summary>
        <para>Disables data caching.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListDataCacheMode.Enabled">
      <summary>
        <para>Enables data caching.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListDataCellTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cells</see> within the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataCellTemplateContainer.Column">
      <summary>
        <para>Gets a data column where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the data column.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDataCellTemplateContainer.GetTextWithHighlightedSearchFilterResult">
      <summary>
        <para>Gets the result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDataCellTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.Int32)">
      <summary>
        <para>Gets the result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDataCellTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.String,System.String,System.Boolean,System.Int32)">
      <summary>
        <para>Gets the result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="sourceText">A string value specifying the filter text criteria.</param>
      <param name="fieldName">A string value specifying the name of a field attached to a column.</param>
      <param name="isSourceTextEncoded">A boolean value that specifies whether the source text is encoded.</param>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataCellTemplateContainer.Text">
      <summary>
        <para>Gets the data cell’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the data cell’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataCellTemplateContainer.Value">
      <summary>
        <para>Gets the data cell’s value.</para>
      </summary>
      <value>An object that  represents the data cell’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/3952/components/tree-list/visual-elements/data-column">data column</see> displayed within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDataColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDataColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> class with the specified field name and caption.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of a data field. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName">TreeListDataColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDataColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of a data field. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName">TreeListDataColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.AllowAutoFilter">
      <summary>
        <para>Gets or sets whether filtering can be applied to the tree list data column.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.AllowAutoFilterTextInputTimer">
      <summary>
        <para>Gets or sets whether the filter expression entered by an end-user within the auto-filter row cell is automatically applied.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.AllowEllipsisInText">
      <summary>
        <para>Specifies if the column’s cell texts can be automatically truncated if they don’t fit into the cell width.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.AllowFilterBySearchPanel">
      <summary>
        <para>Gets or sets whether end-users can filter data by the column’s display text using the search panel.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.AllowHeaderFilter">
      <summary>
        <para>Specifies whether filtering using the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> is allowed.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.AllowSort">
      <summary>
        <para>Gets or sets whether end-users can sort data by the column’s values.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDataColumn.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDataColumn.AutoFilterBy(System.String)">
      <summary>
        <para>Applies a filter to the column.</para>
      </summary>
      <param name="value">A <see cref="T:System.String"/> value that specifies the filter string.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.AutoFilterCondition">
      <summary>
        <para>Specifies the type of comparison operator used by <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see> to create filter conditions for the current column.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AutoFilterCondition"/> enumeration value that specifies the comparison operator type.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.BatchEditModifiedCellStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the column’s <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cells</see> when they are modified in <see href="https://docs.devexpress.com/AspNet/120226/components/tree-list/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.DataCellTemplate">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cells</see> within the current column.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.DisplayFormat">
      <summary>
        <para>Gets or sets the formatting applied to column values.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the display format. An empty string to display column values using default formatting.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.EditCellStyle">
      <summary>
        <para>Gets the style settings used to paint the column’s edit cells within the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.EditCellTemplate">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">edit cells</see> that correspond to the current column.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.EditFormCaptionStyle">
      <summary>
        <para>Gets the style settings used to paint the caption of the <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">edit cell</see> that corresponds to the current column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings used to paint the edit cell’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.EditFormSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">edit cell</see> which is displayed within the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see> and corresponds to the current data column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings"/> object that contains the edit cell’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.ExportWidth">
      <summary>
        <para>Gets or sets the column’s export width.</para>
      </summary>
      <value>An integer value that specifies the column’s width (in pixels) for export purposes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName">
      <summary>
        <para>Gets or sets the name of the database field assigned to the current column.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of a data field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FilterCellStyle">
      <summary>
        <para>Gets the style settings used to paint a cell within the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">Filter Row</see> that corresponds to the current data column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterCellStyle"/> object that contains style settings used to paint a filter cell that corresponds to the current data column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FilterCellTemplate">
      <summary>
        <para>Gets or sets a template for displaying a filter cell which corresponds to the current column.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FilterExpression">
      <summary>
        <para>Gets the column’s filter expression.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the column’s filter expression.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FilterMode">
      <summary>
        <para>Gets or sets how column values are filtered.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ColumnFilterMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.PropertiesEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains settings specific to a particular editor type.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.ReadOnly">
      <summary>
        <para>Gets or sets whether end-users are allowed to edit the column’s cell values.</para>
      </summary>
      <value>true if end-users are not allowed to modify the column’s cell values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.SettingsHeaderFilter">
      <summary>
        <para>Provides access to the column’s header filter settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnSettingsHeaderFilter"/> object that contains the header filter settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.ShowEditorInBatchEditMode">
      <summary>
        <para>Specifies whether an editor is displayed for a read-only cell in batch edit mode.</para>
      </summary>
      <value>true, to display editors for read-only cells; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.ShowFilterRowMenu">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row buttons</see> are displayed within the auto filter row.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.ShowInFilterControl">
      <summary>
        <para>Gets whether an end-user can create filter conditions within this column within the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">Filter Control</see>. This member supports the internal infrastructure and cannot be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.SortIndex">
      <summary>
        <para>Gets or sets the column’s position among sorted columns.</para>
      </summary>
      <value>An integer value that specifies the zero-based column’s index among sorted columns. &#0045;1 if data is not sorted by this column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.SortMode">
      <summary>
        <para>Gets or sets how the column’s data is sorted when sorting is applied to it.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnSortMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.SortOrder">
      <summary>
        <para>Gets or sets the column’s sort order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s sort order.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.UnboundExpression">
      <summary>
        <para>Gets or sets an expression used to evaluate values for the current unbound column.</para>
      </summary>
      <value>A string that specifies an expression used to evaluate values for the current column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.UnboundType">
      <summary>
        <para>Gets or sets the data type and binding mode of the column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.UnboundColumnType"/> enumeration value that represents the data type and binding mode of the column.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDataColumn.Unsort">
      <summary>
        <para>Clears the sorting applied to the column.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListDateTimeColumn">
      <summary>
        <para>Represents a data column used to display DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDateTimeColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDateTimeColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDateTimeColumn.PropertiesDateEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditProperties"/> object that contains settings specific to a date editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListDropDownEditColumn">
      <summary>
        <para>Represents a data column with an editor containing a customizable dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListDropDownEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDropDownEditColumn"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListDropDownEditColumn.PropertiesDropDownEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditProperties"/> object that contains settings specific to a dropdown editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListEditCellTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">edit cells</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListEditDataColumn">
      <summary>
        <para>Serves as a base for classes that represent edit data columns.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateContainer.CancelAction">
      <summary>
        <para>Gets the script that implements the cancel action.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the service script that cancels editing performed within the ASPxTreeList.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateContainer.DataBind">
      <summary>
        <para>Binds a data source to the invoked server control and all its child controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateContainer.UpdateAction">
      <summary>
        <para>Gets the script that implements the update action.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the service script, which posts changes made to the ASPxTreeList’s edited node.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateReplacementType">
      <summary>
        <para>Lists values that specify which edit form controls are displayed by the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListTemplateReplacement"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateReplacementType.CancelButton">
      <summary>
        <para>The control displays the Cancel button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateReplacementType.Content">
      <summary>
        <para>The control displays the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>‘s entire contents (edit cells and buttons).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateReplacementType.Editors">
      <summary>
        <para>The control displays the <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">edit form cells</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateReplacementType.UpdateButton">
      <summary>
        <para>The control displays the Update button.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListEditingOperation">
      <summary>
        <para>Lists values that identify which data editing operation has been performed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditingOperation.Delete">
      <summary>
        <para>An existing node has been deleted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditingOperation.Insert">
      <summary>
        <para>A new node has been inserted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditingOperation.Update">
      <summary>
        <para>A cell value(s) has been changed and posted to a data store.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListEditingOperationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.EditingOperationCompleted">ASPxTreeList.EditingOperationCompleted</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListEditingOperationEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListEditingOperation)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListEditingOperationEventArgs"/> class.</para>
      </summary>
      <param name="operation">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListEditingOperation"/> enumeration value that identifies which operation has been performed. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListEditingOperationEventArgs.Operation">TreeListEditingOperationEventArgs.Operation</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListEditingOperationEventArgs.Operation">
      <summary>
        <para>Gets a value that identifies which data editing operation has been performed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListEditingOperation"/> enumeration value that identifies which operation has been performed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListEditingOperationEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.EditingOperationCompleted">ASPxTreeList.EditingOperationCompleted</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListEditingOperationEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListEditMode">
      <summary>
        <para>Lists values that specify the ASPxTreeList’s editing mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditMode.Batch">
      <summary>
        <para>Cell values are edited in the in&#0045;line editors. The changes are sent to the server only on an update (‘Update’) button click.</para>
        <para>Note &#0045; the Batch Edit mode has limitations. To learn more, see the <see href="https://docs.devexpress.com/AspNet/120226/components/tree-list/concepts/data-editing/batch-edit-mode">Batch Edit Mode</see> topic.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditMode.EditForm">
      <summary>
        <para>Cell values are edited within the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditMode.EditFormAndDisplayNode">
      <summary>
        <para>Cell values are edited within the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>. The node whose values are currently being edited is displayed above the Edit From.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditMode.Inline">
      <summary>
        <para>Cell values are edited within the <see href="https://docs.devexpress.com/AspNet/4632/components/tree-list/visual-elements/in-line-edit-node">In-Line Edit Node</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListEditMode.PopupEditForm">
      <summary>
        <para>Cell values are edited via the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListExpandCollapseAction">
      <summary>
        <para>Lists values that specify how end-users can expand/collapse nodes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListExpandCollapseAction.Button">
      <summary>
        <para>A node is expanded/collapsed after its <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">expand button</see> has been clicked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListExpandCollapseAction.NodeClick">
      <summary>
        <para>A node is expanded/collapsed if it has been clicked by an end-user or its <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">expand button</see> has been clicked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListExpandCollapseAction.NodeDblClick">
      <summary>
        <para>A node is expanded/collapsed if it has been double-clicked by an end-user or its <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">expand button</see> has been clicked.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance">
      <summary>
        <para>Contains appearance settings used to paint the ASPxTreeList’s elements (cells, column headers, footer, etc.) when it is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListExportAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportAppearance.BorderColor">
      <summary>
        <para>Gets or sets the border color.</para>
      </summary>
      <value>The border color.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportAppearance.BorderSides">
      <summary>
        <para>Gets or sets a value that specifies which border sides are to be drawn.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value that specifies which border sides are to be drawn.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportAppearance.BorderWidth">
      <summary>
        <para>Gets or sets the border width.</para>
      </summary>
      <value>An integer value that specifies the border width, in pixels.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListExportAppearance.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object whose settings will be copied.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListExportAppearance.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified object with the current <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> instance.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents the object to be combined.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListExportStyles">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3955/components/tree-list/visual-elements">visual elements</see> displayed within the ASPxTreeList when it is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListExportStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportStyles"/> class.</para>
      </summary>
      <param name="owner">An object that owns the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.Cell">
      <summary>
        <para>Gets the appearance settings used to paint data cells when the ASPxTreeList is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> object that contains appearance settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListExportStyles.CopyFrom(DevExpress.Web.ASPxTreeList.TreeListExportStyles)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportStyles"/> class.</para>
      </summary>
      <param name="styles">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportStyles"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.Default">
      <summary>
        <para>Gets the default appearance settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> object that contains default appearance settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.Footer">
      <summary>
        <para>Gets the appearance settings used to paint the <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">Footer</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.GroupFooter">
      <summary>
        <para>Gets the appearance settings used to paint <see href="https://docs.devexpress.com/AspNet/3948/components/tree-list/visual-elements/group-footer">group footers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.Header">
      <summary>
        <para>Gets the appearance settings used to paint <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">column headers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.HyperLink">
      <summary>
        <para>Gets the appearance settings used to paint hyper links.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.Image">
      <summary>
        <para>Gets the appearance settings used to paint images when the tree list is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> object that contains appearance settings used to paint images when the tree list is exported.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.Indent">
      <summary>
        <para>Gets the appearance settings used to paint <see href="https://docs.devexpress.com/AspNet/3951/components/tree-list/visual-elements/indent">indents</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> object that contains appearance settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListExportStyles.MergeWithDefault">
      <summary>
        <para>Combines the properties of the current <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportStyles"/> instance with the default appearance settings specified by the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.Default">TreeListExportStyles.Default</see> property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.Preview">
      <summary>
        <para>Gets the appearance settings used to paint <see href="https://docs.devexpress.com/AspNet/3965/components/tree-list/concepts/data-representation-basics/nodes/preview">previews</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportAppearance"/> object that contains appearance settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListExportSystemStyles">
      <summary>
        <para>Contains the ASPxTreeList’s export styles.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListExportSystemStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportSystemStyles"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListFilterBuilderPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">filter control</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListFilterBuilderPopupStyle.ButtonPanel">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">filter builder</see>‘s button panel appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListFilterBuilderPopupStyle.MainArea">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">filter builder</see>‘s main area appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridViewPopupMainAreaStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListFilterBuilderPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a tree list.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListFilterCellStyle">
      <summary>
        <para>Provides the style settings used to paint cells within the tree list’s <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListFilterCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterCellStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListFilterCellTemplateContainer">
      <summary>
        <para>A container for the templates that are used to render a <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see>‘s cell.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListFilterCellTemplateContainer.Column">
      <summary>
        <para>Gets a data column where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object that is the data column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListFilterControlPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">filter control</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListFilterControlPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterControlPopupSettings"/> class.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListFilterNodeIterator">
      <summary>
        <para>Represents an object that enables you to traverse through nodes displayed within the ASPxTreeList when it is filtered.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListFilterNodeIterator.#ctor(DevExpress.Web.ASPxTreeList.TreeListNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterNodeIterator"/> class.</para>
      </summary>
      <param name="startNode">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListFilterNodeIterator.GetNext">
      <summary>
        <para>Returns the next node.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the next node. null (Nothing in Visual Basic) if the current node is the last node within the ASPxTreeList.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListFilterNodeIterator.GetNextVisible">
      <summary>
        <para>Returns the next visible node.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the next visible node. null (Nothing in Visual Basic) if the current node is the last visible node within the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListFilterRowStyle">
      <summary>
        <para>Provides the style settings used to paint cells within the tree list’s <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListFilterRowStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterRowStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListFilterRowTemplateContainer">
      <summary>
        <para>A container for the templates that are used to render a <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListFilterRowTemplateContainer.#ctor(DevExpress.Web.ASPxTreeList.ASPxTreeList)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterRowTemplateContainer"/> class.</para>
      </summary>
      <param name="treeList">An  object representing a tree list.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListFooterCellTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">footer cells</see> within the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListFooterCellTemplateContainer.Column">
      <summary>
        <para>Gets a data column where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object or descendant that represents the column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListFooterCellTemplateContainer.Text">
      <summary>
        <para>Gets the footer cell’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the footer cell’s text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListFooterStyle">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">Footer</see> and <see href="https://docs.devexpress.com/AspNet/3948/components/tree-list/visual-elements/group-footer">Group Footer</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListFooterStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFooterStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">Header Filter</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupSettings"/> class.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a tree list’s <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle.ButtonPanel">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">Header Filter</see>‘s button panel appearance.</para>
      </summary>
      <value>An DevExpress.Web.HeaderFilterButtonPanelStyles object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a tree list.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHeaderStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">column headers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListHeaderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHeaderStyle.Paddings">
      <summary>
        <para>Gets the padding settings of column headers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHeaderStyle.SortImageSpacing">
      <summary>
        <para>Gets or sets the distance between a sort glyph and text within a column header.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHeaderTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">column headers</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHeaderTemplateContainer.Column">
      <summary>
        <para>Gets the column where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumn"/> object or descendant that represents the column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHtmlCommandCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlCommandCellPrepared">ASPxTreeList.HtmlCommandCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlCommandCellEventArgs.Cell">
      <summary>
        <para>Gets the processed command cell.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TableCell"/> object that represents the processed command cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlCommandCellEventArgs.Column">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNet/4633/components/tree-list/visual-elements/command-column">command column</see> whose cell is currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> object that represents the command column within the ASPxTreeList.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlCommandCellEventArgs.Level">
      <summary>
        <para>Gets the nesting level of a node which contains the processed command cell.</para>
      </summary>
      <value>An integer value that specifies the nesting level of a node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlCommandCellEventArgs.NodeKey">
      <summary>
        <para>Gets an object that uniquely identifies the node.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that uniquely identifies the node.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHtmlCommandCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlCommandCellPrepared">ASPxTreeList.HtmlCommandCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHtmlCommandCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlDataCellPrepared">ASPxTreeList.HtmlDataCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventArgs.Cell">
      <summary>
        <para>Gets the processed data cell.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TableCell"/> object that represents the processed data cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventArgs.CellValue">
      <summary>
        <para>Gets the processed cell’s value.</para>
      </summary>
      <value>An object that represents the processed cell’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventArgs.Column">
      <summary>
        <para>Gets the data column that owns the cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the data column.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventArgs.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the processed node.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventArgs.Level">
      <summary>
        <para>Gets the nesting level of a node which contains the processed data cell.</para>
      </summary>
      <value>An integer value that specifies the nesting level of a node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventArgs.NodeKey">
      <summary>
        <para>Gets the key value of a node which contains the processed cell.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the node.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlDataCellPrepared">ASPxTreeList.HtmlDataCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHtmlRowEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlRowPrepared">ASPxTreeList.HtmlRowPrepared</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListHtmlRowEventArgs.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the processed row.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlRowEventArgs.Level">
      <summary>
        <para>Gets the nesting level of the processed node.</para>
      </summary>
      <value>An integer value that specifies the nesting level of a node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlRowEventArgs.NodeKey">
      <summary>
        <para>Gets the processed node’s key value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlRowEventArgs.Row">
      <summary>
        <para>Gets the processed row.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TableRow"/> object that represents the processed row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHtmlRowEventArgs.RowKind">
      <summary>
        <para>Gets the processed row’s type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListRowKind"/> enumeration value that specifies the row’s type.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHtmlRowEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlRowPrepared">ASPxTreeList.HtmlRowPrepared</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHtmlRowEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListHyperLinkColumn">
      <summary>
        <para>Represents a data column with hyperlink functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListHyperLinkColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHyperLinkColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListHyperLinkColumn.PropertiesHyperLink">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HyperLinkProperties"/> object that contains settings specific to a hyperlink editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListImageColumn">
      <summary>
        <para>Represents a data column that displays images located at the specified URLs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListImageColumn"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImageColumn.AllowSort">
      <summary>
        <para>Gets or sets whether end-users can sort data by the column’s values.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImageColumn.PropertiesImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageEditProperties"/> object that contains settings specific to an image editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImageColumn.SortIndex">
      <summary>
        <para>Gets or sets the column’s position among sorted columns.</para>
      </summary>
      <value>An integer value that specifies the zero-based column’s index among sorted columns. &#0045;1 if data is not sorted by this column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImageColumn.SortOrder">
      <summary>
        <para>Gets or sets the column’s sort order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s sort order.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListImages">
      <summary>
        <para>Contains the settings that define images displayed within the ASPxTreeList’s <see href="https://docs.devexpress.com/AspNet/3955/components/tree-list/visual-elements">elements</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.CellError">
      <summary>
        <para>Gets error image settings displayed in a <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cell</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.CollapsedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of collapsed <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.CollapsedButtonRtl">
      <summary>
        <para>Gets the settings of an image displayed within <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">expand buttons</see> of collapsed <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see>, when the right-to-left layout is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.CustomizationWindowClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3962/components/tree-list/concepts/data-representation-basics/columns/customization-window">Customization Window</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.CustomizationWindowCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>‘s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.CustomizationWindowFooter">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.CustomizationWindowHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.CustomizationWindowPin">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>‘s pin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.DragAndDropArrowDown">
      <summary>
        <para>Gets the settings of an image displayed at the top of a column header when it is dragged by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.DragAndDropArrowUp">
      <summary>
        <para>Gets the settings of an image displayed at the bottom of a column header when it is dragged by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.DragAndDropHide">
      <summary>
        <para>Gets the settings of an image displayed below the column header when it is dragged to the <see href="https://docs.devexpress.com/AspNet/3962/components/tree-list/concepts/data-representation-basics/columns/customization-window">Customization Window</see> by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.DragAndDropNode">
      <summary>
        <para>Gets the settings of an image displayed when a node is dragged by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ExpandedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ExpandedButtonRtl">
      <summary>
        <para>Gets the settings of an image displayed within <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">expand buttons</see> of expanded <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see>, when the right-to-left layout is applied</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.FilterBuilderClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">Filter Control</see>‘s Close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.FilterBuilderHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">Filter Control</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.FilterBuilderMaximize">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">Filter Control</see>‘s maximize button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.FilterRowButton">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.HeaderActiveFilter">
      <summary>
        <para>Gets the settings of an image displayed within filter buttons displayed within columns that are involved in filtering.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.HeaderFilter">
      <summary>
        <para>Gets the settings of an image displayed within filter buttons</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.HeaderFilterClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">Header Filter</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.HeaderFilterCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">Header Filter</see>‘s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.HeaderFilterHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">Header Filter</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.PopupEditFormWindowClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.SortAscending">
      <summary>
        <para>Gets the settings of an image displayed at the column header when the column is sorted in ascending order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.SortDescending">
      <summary>
        <para>Gets the settings of an image displayed at the column header when the column is sorted in descending order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarCancel">
      <summary>
        <para>Gets the settings of an image displayed within the Cancel <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarClearSorting">
      <summary>
        <para>Gets the settings of an image displayed within the Clear Sorting <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarCollapseNode">
      <summary>
        <para>Gets the settings of an image displayed within the Collapse <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarDelete">
      <summary>
        <para>Gets the settings of an image displayed within the Delete <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarEdit">
      <summary>
        <para>Gets the settings of an image displayed within the Edit <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarExpandNode">
      <summary>
        <para>Gets the settings of an image displayed within the Expand <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarFullCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the Collapse All <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarFullExpand">
      <summary>
        <para>Gets the settings of an image displayed within the Expand All <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarNew">
      <summary>
        <para>Gets the settings of an image displayed within the New <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarNewRoot">
      <summary>
        <para>Gets the settings of an image displayed within the New Root <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarRefresh">
      <summary>
        <para>Gets the settings of an image displayed within the Refresh <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarShowCustomizationWindow">
      <summary>
        <para>Gets the settings of an image displayed within the Column Chooser <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarShowFilterRow">
      <summary>
        <para>Gets the settings of an image displayed within the Filter Row toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarShowFilterRowMenu">
      <summary>
        <para>Gets the settings of an image displayed within the Filter Row Menu toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarShowFooter">
      <summary>
        <para>Gets the settings of an image displayed within the Footer <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.ToolbarUpdate">
      <summary>
        <para>Gets the settings of an image displayed within the Update <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListIndentStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3951/components/tree-list/visual-elements/indent">node indents</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListIndentStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListIndentStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListIndentStyle.Paddings">
      <summary>
        <para>Gets the padding settings of node indents.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListIndentStyleBase">
      <summary>
        <para>Serves as a base for the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListIndentStyle"/> class that provides style settings used to paint <see href="https://docs.devexpress.com/AspNet/3951/components/tree-list/visual-elements/indent">node indents</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListMemoColumn">
      <summary>
        <para>Represents a data column used to display memo data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListMemoColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListMemoColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListMemoColumn.PropertiesMemo">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MemoProperties"/> object that contains settings specific to a memo editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNode">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> displayed within the ASPxTreeList control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.AllowSelect">
      <summary>
        <para>Gets or sets whether end-users can select the current node.</para>
      </summary>
      <value>true to allow end-users to select the current node; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.ChildNodes">
      <summary>
        <para>Gets a collection of nodes owned by the current node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeCollection"/> object that represents the collection of child nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.DataItem">
      <summary>
        <para>Gets the data item bound to the current node.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item bound to the current node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.Expanded">
      <summary>
        <para>Gets or sets whether the node is expanded.</para>
      </summary>
      <value>true to expand the node; false to collapse the node.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNode.Focus">
      <summary>
        <para>Sets focus to the current node.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNode.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the current <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see>.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.HasChildren">
      <summary>
        <para>Gets whether the node has children.</para>
      </summary>
      <value>true if the node has child nodes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.IsFit">
      <summary>
        <para>Specifies whether the node should be filtered.</para>
      </summary>
      <value>true, to filter the node; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.Item(System.String)">
      <summary>
        <para>Gets or sets the specified cell’s value.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <value>An object that represents the specified cell’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.Key">
      <summary>
        <para>Gets a value that uniquely identifies the <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that uniquely identifies the node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.Level">
      <summary>
        <para>Returns the nesting level of the current <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see>.</para>
      </summary>
      <value>An integer value that specifies the nesting level of the current node.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNode.MakeVisible">
      <summary>
        <para>Makes the node visible within the page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.ParentNode">
      <summary>
        <para>Gets the parent node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the parent node. null (Nothing in Visual Basic) if the current node is at the <see href="https://docs.devexpress.com/AspNet/3993/components/tree-list/visual-elements/root">root</see> level.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNode.Selected">
      <summary>
        <para>Gets or sets whether the node is selected.</para>
      </summary>
      <value>true to select the node; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNode.SetValue(System.String,System.Object)">
      <summary>
        <para>Sets the value of the specified cell within the current <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see>.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <param name="value">An object that represents the specified cell’s value.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeCancelEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeCollapsing">ASPxTreeList.NodeCollapsing</see> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeExpanding">ASPxTreeList.NodeExpanding</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeCancelEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeCancelEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the processed node.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeCancelEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the operation performed on the processed node should be cancelled.</para>
      </summary>
      <value>true to cancel the operation performed on the node; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeCancelEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeCollapsing">ASPxTreeList.NodeCollapsing</see> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeExpanding">ASPxTreeList.NodeExpanding</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeCollection.Count">
      <summary>
        <para>Gets the number of nodes within the collection.</para>
      </summary>
      <value>An integer value that specifies the number of nodes within the collection.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to nodes within the collection.</para>
      </summary>
      <param name="index">An integer that specifies the index of the required node.</param>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents a node at the specified position.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeDragEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ProcessDragNode">ASPxTreeList.ProcessDragNode</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeDragEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListNode,DevExpress.Web.ASPxTreeList.TreeListNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeDragEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the target node. This value is assigned the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListNodeEventArgs.Node">TreeListNodeEventArgs.Node</see> property.</param>
      <param name="newParentNode">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the node to whose child collection the target node is being moved. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListNodeDragEventArgs.NewParentNode">TreeListNodeDragEventArgs.NewParentNode</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeDragEventArgs.Handled">
      <summary>
        <para>Gets or sets whether the drag and drop operation is handled.</para>
      </summary>
      <value>true if an operation is handled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeDragEventArgs.NewParentNode">
      <summary>
        <para>Gets a node to whose child collection the target (dragged) node is being moved.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the node to whose child collection the target node is being moved.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeDragEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ProcessDragNode">ASPxTreeList.ProcessDragNode</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeDragEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeEditingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CancelNodeEditing">ASPxTreeList.CancelNodeEditing</see> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.StartNodeEditing">ASPxTreeList.StartNodeEditing</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeEditingEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeEditingEventArgs"/> class.</para>
      </summary>
      <param name="nodeKey">A <see cref="T:System.String"/> value that identifies the processed node. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListNodeEditingEventArgs.NodeKey">TreeListNodeEditingEventArgs.NodeKey</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeEditingEventArgs.NodeKey">
      <summary>
        <para>Gets the edited node’s key value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the processed node.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeEditingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CancelNodeEditing">ASPxTreeList.CancelNodeEditing</see> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.StartNodeEditing">ASPxTreeList.StartNodeEditing</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeEditingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeExpanded">ASPxTreeList.NodeExpanded</see> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeCollapsed">ASPxTreeList.NodeCollapsed</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the processed node.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeEventArgs.Node">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the processed node.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeExpanded">ASPxTreeList.NodeExpanded</see> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeCollapsed">ASPxTreeList.NodeCollapsed</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeIterator">
      <summary>
        <para>Represents an object that enables you to traverse through nodes displayed within the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeIterator.#ctor(DevExpress.Web.ASPxTreeList.TreeListNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeIterator"/> class.</para>
      </summary>
      <param name="startNode">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents a start node.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeIterator.All">
      <summary>
        <para>Traverses through all tree list nodes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeIterator.Current">
      <summary>
        <para>Gets the current node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the current node.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeIterator.GetNext">
      <summary>
        <para>Returns the next node.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the next node. null (Nothing in Visual Basic) if the current node is the last node within the ASPxTreeList.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeIterator.GetNextVisible">
      <summary>
        <para>Returns the next visible node.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the next visible node. null (Nothing in Visual Basic) if the current node is the last visible node within the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeIterator.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeIterator"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeIterator.Visible">
      <summary>
        <para>Traverses through only visible tree list nodes.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeValidating">ASPxTreeList.NodeValidating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.#ctor(System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs"/> class.</para>
      </summary>
      <param name="isNew">true if the node is new; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.IsNewNode">TreeListNodeValidationEventArgs.IsNewNode</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.EditorPropertiesErrors">
      <summary>
        <para>Specifies the collection of errors.</para>
      </summary>
      <value>The collection of errors.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.Errors">
      <summary>
        <para>Gets a collection of node errors.</para>
      </summary>
      <value>A System.Collections.Generic.Dictionary object that represents the collection of node errors.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.HasErrors">
      <summary>
        <para>Gets whether the processed node has errors.</para>
      </summary>
      <value>true if the processed node has errors; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.IsNewNode">
      <summary>
        <para>Gets whether the processed node is new.</para>
      </summary>
      <value>true if the node is new; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.Keys">
      <summary>
        <para>Gets a dictionary of field name/value pairs that represent the primary key of the node to validate.</para>
      </summary>
      <value>A System.Collections.Specialized.OrderedDictionary object that contains field name/value pairs that represent the primary key of the node to validate.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.NewValues">
      <summary>
        <para>Gets a dictionary that contains the values of the non-key field name/value pairs in the node to be validated.</para>
      </summary>
      <value>A System.Collections.Specialized.OrderedDictionary object that contains the values of the non-key field name/value pairs in the node to be validated.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.NodeError">
      <summary>
        <para>Gets or sets the error text displayed within the <see href="https://docs.devexpress.com/AspNet/4648/components/tree-list/visual-elements/error-node">Error Node</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the Error Node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs.OldValues">
      <summary>
        <para>Gets a dictionary that contains the original field name/value pairs in the node to validate.</para>
      </summary>
      <value>A System.Collections.Specialized.OrderedDictionary object that contains a dictionary of the original field name/value pairs for the node to be validated.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeValidating">ASPxTreeList.NodeValidating</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeValidationEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListPagerMode">
      <summary>
        <para>Lists values that specify navigation in the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListPagerMode.ShowAllNodes">
      <summary>
        <para>Disables page-mode navigation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListPagerMode.ShowPager">
      <summary>
        <para>The ASPxTreeList automatically splits content (nodes) across multiple pages, and provides end-users with an embedded page navigation UI - <see href="https://docs.devexpress.com/AspNet/3954/components/tree-list/visual-elements/pager">Pager</see>. The maximum number of nodes displayed on a page is specified by the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPager.PageSize">TreeListSettingsPager.PageSize</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListPagerPanelStyle">
      <summary>
        <para>Provides the style settings used to paint the pager panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListPagerPanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPagerPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPagerPanelStyle.Paddings">
      <summary>
        <para>Gets the pager’s padding settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPagerPanelStyle.Spacing">
      <summary>
        <para>Gets or sets the vertical spacing between the <see href="https://docs.devexpress.com/AspNet/3954/components/tree-list/visual-elements/pager">Pager</see> and the ASPxTreeList’s contents.</para>
      </summary>
      <value>An integer value which specifies the vertical spacing.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings">
      <summary>
        <para>Contains specific settings for different popup elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings"/> class.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings.CustomizationWindow">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">customization window</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomizationWindowPopupSettings"/> object that contains the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">customization window</see>‘s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings.EditForm">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm"/> object that contains the Edit Form’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings.FilterControl">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">filter control</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterControlPopupSettings"/> object that contains the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">filter control</see>‘s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings.HeaderFilter">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">Header Filter</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupSettings"/> object that contains the Header Filter’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyle">
      <summary>
        <para>Contains styles settings defining the common appearance of popup elements within a tree list.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a tree list.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles">
      <summary>
        <para>Contains settings that allow the appearance of popup elements within the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles.Common">
      <summary>
        <para>Gets the style settings defining the common appearance of popup elements within a tree list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles.CustomizationWindow">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles.EditForm">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see> within a tree list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles.FilterBuilder">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">Filter Control</see> within a tree list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles.HeaderFilter">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> within a tree list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListPopupEditFormStyle">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see> styles.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListPopupEditFormStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupEditFormStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListPreviewTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3965/components/tree-list/concepts/data-representation-basics/nodes/preview">preview rows</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListPreviewTemplateContainer.Text">
      <summary>
        <para>Gets the text displayed within a <see href="https://docs.devexpress.com/AspNet/3965/components/tree-list/concepts/data-representation-basics/nodes/preview">Preview</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the preview.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListProgressBarColumn">
      <summary>
        <para>Represents a data column with the progress bar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListProgressBarColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListProgressBarColumn"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListProgressBarColumn.PropertiesProgressBar">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarProperties"/> object that contains settings specific to a progress bar.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListRowKind">
      <summary>
        <para>Lists values that identify rows within the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.Data">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> (data row).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.EditForm">
      <summary>
        <para>Corresponds to a row that contains the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.Error">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/AspNet/4648/components/tree-list/visual-elements/error-node">Error Node</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.Footer">
      <summary>
        <para>Corresponds to theASPxTreeList’s <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">Footer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.GroupFooter">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/AspNet/3948/components/tree-list/visual-elements/group-footer">group footer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.Header">
      <summary>
        <para>Corresponds to a row that contains column headers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.InlineEdit">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/AspNet/4632/components/tree-list/visual-elements/in-line-edit-node">In-Line Edit Node</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.Preview">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/AspNet/3965/components/tree-list/concepts/data-representation-basics/nodes/preview">preview row</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettings">
      <summary>
        <para>Provides view options for ASPxTreeList controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettings"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettings.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.AutoFilterCondition">
      <summary>
        <para>Specifies the type of comparison operator used by <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see> to create filter conditions.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AutoFilterCondition"/> enumeration value that specifies the comparison operator type.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ColumnMinWidth">
      <summary>
        <para>Gets or sets the minimum width of tree list columns.</para>
      </summary>
      <value>An integer value that specifies a column’s minimum width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.EnableFilterControlPopupMenuScrolling">
      <summary>
        <para>Gets or sets a value specifying whether popup menu scrolling is enabled in the built-in filter control.</para>
      </summary>
      <value>true, if scrolling is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.GridLines">
      <summary>
        <para>Gets or sets the gridline style for an ASPxTreeList control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.GridLines"/> enumeration value that specifies the gridline style.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.HorizontalScrollBarMode">
      <summary>
        <para>Gets or sets a value specifying the horizontal scrollbar’s display mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ScrollBarMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ScrollableHeight">
      <summary>
        <para>Gets or sets the height of the control scrollable area.</para>
      </summary>
      <value>An integer value that specifies the scrollable area’s height, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowColumnHeaders">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">column headers</see> are displayed.</para>
      </summary>
      <value>true to display column headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowFilterBar">
      <summary>
        <para>Gets or sets a value which specifies when the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">Filter Bar</see> is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStatusBarMode"/> enumeration value that specifies when the filter bar is displayed.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowFilterRow">
      <summary>
        <para>Shows the filter row.</para>
      </summary>
      <value>true, to display the filter row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowFilterRowMenu">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row buttons</see> are displayed within the auto filter row.</para>
      </summary>
      <value>true, to display filter row buttons; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowFooter">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">Footer</see> is displayed.</para>
      </summary>
      <value>true to display the footer; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowGroupFooter">
      <summary>
        <para>Gets or sets whether the ASPxTreeList displays <see href="https://docs.devexpress.com/AspNet/3948/components/tree-list/visual-elements/group-footer">group footers</see>.</para>
      </summary>
      <value>true to display group footers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowHeaderFilterBlankItems">
      <summary>
        <para>Gets or sets a value that specifies whether the filter dropdown contains service filter items (‘Blanks’ and ‘Non blanks’) to allow filtering data by blank and non blank values.</para>
      </summary>
      <value>true, to display the ‘Blanks’ and ‘Non blanks’ filter items within the filter dropdown; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowHeaderFilterButton">
      <summary>
        <para>Gets or sets whether column headers display filter buttons.</para>
      </summary>
      <value>true, to display filter buttons in headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowHeaderFilterListBoxSearchUI">
      <summary>
        <para>Gets or sets a value specifying whether the list box’s search UI is enabled within the tree list column’s <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see>.</para>
      </summary>
      <value>true, to display the search UI within the tree list column’s header filter; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowPreview">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3965/components/tree-list/concepts/data-representation-basics/nodes/preview">preview sections</see> are displayed.</para>
      </summary>
      <value>true to display preview sections; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowRoot">
      <summary>
        <para>Gets or set whether to show the <see href="https://docs.devexpress.com/AspNet/3993/components/tree-list/visual-elements/root">Root</see>.</para>
      </summary>
      <value>true to show the root; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.ShowTreeLines">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3988/components/tree-list/visual-elements/tree-line">tree lines</see> are displayed within the ASPxTreeList.</para>
      </summary>
      <value>true to display tree lines; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.SuppressOuterGridLines">
      <summary>
        <para>Gets or sets whether the outer grid lines are displayed.</para>
      </summary>
      <value>true to display the outer grid lines; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettings.VerticalScrollBarMode">
      <summary>
        <para>Gets or sets a value specifying the vertical scrollbar’s display mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ScrollBarMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase">
      <summary>
        <para>Serves as a base for classes that represent options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsBase.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior">
      <summary>
        <para>Provides behavior options for ASPxTreeList controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.AllowAutoFilter">
      <summary>
        <para>Gets or sets whether filtering can be applied to the tree list data columns.</para>
      </summary>
      <value>true, to enable auto filter row for all tree list columns.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.AllowDragDrop">
      <summary>
        <para>Gets or sets whether end-users can reorder columns by dragging their <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">headers</see>.</para>
      </summary>
      <value>true to allow end-users to reorder columns by dragging their headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.AllowEllipsisInText">
      <summary>
        <para>Specifies if <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> can automatically truncate the cell texts if they don’t fit into the cell width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.AllowFocusedNode">
      <summary>
        <para>Gets or sets whether the focused node is displayed.</para>
      </summary>
      <value>true to display the focused node; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.AllowHeaderFilter">
      <summary>
        <para>Specifies whether filtering using the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> is allowed.</para>
      </summary>
      <value>true, to enable filtering using the header filter; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.AllowSort">
      <summary>
        <para>Gets or sets whether end-users can sort data.</para>
      </summary>
      <value>true to allow end-users to sort data; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.AutoExpandAllNodes">
      <summary>
        <para>Gets or sets whether all nodes displayed within the ASPxTreeList are automatically expanded when the ASPxTreeList is being loaded.</para>
      </summary>
      <value>true to expand all nodes when the ASPxTreeList is being loaded; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.AutoFilterRowInputDelay">
      <summary>
        <para>Gets or sets the time interval between the time a user starts typing within the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">Filter Row</see>, and filtering is applied.</para>
      </summary>
      <value>An integer value that specifies the time interval, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.ColumnResizeMode">
      <summary>
        <para>Gets or sets a value that specifies how columns are resized when an end-user changes a column’s width.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ColumnResizeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.DisablePartialUpdate">
      <summary>
        <para>Specifies whether the partial update feature is enabled.</para>
      </summary>
      <value>true, to disable the APSxTreeList’s partial update; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.EnableCustomizationWindow">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see> is enabled.</para>
      </summary>
      <value>true, to allow displaying the Customization Window; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.EncodeErrorHtml">
      <summary>
        <para>Specifies whether the tree list keeps its error row content that is HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the row errors is not executed and is converted into the corresponding text for display purposes; false if the row errors can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.ExpandCollapseAction">
      <summary>
        <para>Gets or sets how end-users can expand/collapse nodes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExpandCollapseAction"/> enumeration value that specifies how end-users can expand/collapse nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.ExpandNodesOnFiltering">
      <summary>
        <para>Specifies whether the collapsed parent node should be expanded for filtering if a child node fits the filter conditions.</para>
      </summary>
      <value>true, to expand the parent node; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.FilterRowMode">
      <summary>
        <para>Gets or sets a value defining whether the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">Filter Row</see> filter is applied automatically or on clicking the Apply button.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewFilterRowMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.FocusNodeOnExpandButtonClick">
      <summary>
        <para>Gets or sets whether the node is automatically focused after its <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">expand button</see> has been clicked.</para>
      </summary>
      <value>true if the node is automatically focused after its <see href="https://docs.devexpress.com/AspNet/3950/components/tree-list/visual-elements/expand-button">expand button</see> has been clicked; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.FocusNodeOnLoad">
      <summary>
        <para>Gets or sets whether the focused node is displayed when the ASPxTreeList is loaded for the first time.</para>
      </summary>
      <value>true to display the focused node on the ASPxTreeList’s startup; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.HeaderFilterMaxRowCount">
      <summary>
        <para>Gets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values.</para>
      </summary>
      <value>An integer value specifying the maximum number of records whose field values can be displayed within a header filter dropdown.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.MaxPreviewTextLength">
      <summary>
        <para>Specifies the maximum length of the <see href="https://docs.devexpress.com/AspNet/3946/components/tree-list/visual-elements/preview">preview</see> text.</para>
      </summary>
      <value>An integer value specifying the maximum length of the preview text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.ProcessFocusedNodeChangedOnServer">
      <summary>
        <para>Gets or sets a value that specifies whether the <b>ASPxClientTreeList.FocusedNodeChanged</b> event should be finally processed on the server side.</para>
      </summary>
      <value>true to process the event on the server side; false to completely handle it on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.ProcessSelectionChangedOnServer">
      <summary>
        <para>Gets or sets a value that specifies whether the <b>ASPxClientTreeList.SelectionChanged</b> event should be finally processed on the server side.</para>
      </summary>
      <value>true to process the event on the server side; false to completely handle it on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.SortMode">
      <summary>
        <para>Gets or sets how the column’s data is sorted when sorting is applied to it.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnSortMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies">
      <summary>
        <para>Provides cookies and layout settings for <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.CookiesID">
      <summary>
        <para>Gets or sets the cookie’s name (identifier).</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.Enabled">
      <summary>
        <para>Gets or sets whether cookies are enabled.</para>
      </summary>
      <value>true to enable cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.StoreColumnsVisiblePosition">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on a column’s visible position.</para>
      </summary>
      <value>true, to add information on a column’s visible position to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.StoreColumnsWidth">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on a column’s width.</para>
      </summary>
      <value>true, to add information on a column’s width to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.StoreControlWidth">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control width.</para>
      </summary>
      <value>true, to add information on the control width to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.StoreExpandedNodes">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on expanded nodes.</para>
      </summary>
      <value>true, to add information on expanded nodes to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.StoreFiltering">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on the filter criteria applied to the control.</para>
      </summary>
      <value>true, to add the filter information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.StorePaging">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on the active page.</para>
      </summary>
      <value>true, to add the active page information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.StoreSearchPanelFiltering">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on the search panel filter.</para>
      </summary>
      <value>true, to add the search panel filter information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.StoreSelection">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on selected nodes.</para>
      </summary>
      <value>true, to add information on selected nodes to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.StoreSorting">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on sorting applied to <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>.</para>
      </summary>
      <value>true, to add the sorting information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsCookies.Version">
      <summary>
        <para>Gets or sets the cookie’s version.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the version.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsCustomizationWindow">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/3962/components/tree-list/concepts/data-representation-basics/columns/customization-window">Customization Window</see>‘s position and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsCustomizationWindow.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsCustomizationWindow"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsCustomizationWindow.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity">
      <summary>
        <para>Contains security settings that allow you to disable data operations in the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity.AllowDelete">
      <summary>
        <para>Gets or sets a value that specifies whether row deletion is allowed within the ASPxTreeList.</para>
      </summary>
      <value>true, to allow row delete operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity.AllowEdit">
      <summary>
        <para>Gets or sets a value that specifies whether row editing is allowed within the ASPxTreeList.</para>
      </summary>
      <value>true, to allow row editing operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity.AllowInsert">
      <summary>
        <para>Gets or sets a value that specifies whether row insertion is allowed within the ASPxTreeList.</para>
      </summary>
      <value>true, to allow row insert operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity.AllowReadUnexposedColumnsFromClientApi">
      <summary>
        <para>Specifies whether to disable client-side access to data source fields that are not bound to any tree list columns.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity.AllowReadUnlistedFieldsFromClientApi">
      <summary>
        <para>Specifies whether to allow client access to data source fields that are not associated with any tree list columns.</para>
      </summary>
      <value>true to enable access to the unlisted data source fields; false to prohibit access to the unlisted data source fields; Default depends upon the <see cref="P:DevExpress.Web.BackwardCompatibilitySettings.DataControlAllowReadUnlistedFieldsFromClientApiDefaultValue"/> property value.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity.PreventLoadClientValuesForInvisibleColumns">
      <summary>
        <para>Specifies whether to load invisible columns’ values from the client to the server.</para>
      </summary>
      <value>An enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity.PreventLoadClientValuesForReadOnlyColumns">
      <summary>
        <para>Specifies whether to load read-only column values from the client to the server side.</para>
      </summary>
      <value>An enumeration value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing">
      <summary>
        <para>Provides editing settings for ASPxTreeList controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.AllowNodeDragDrop">
      <summary>
        <para>Gets or sets whether an end-user can drag nodes and change their position within the ASPxTreeList.</para>
      </summary>
      <value>true to allow moving nodes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.AllowRecursiveDelete">
      <summary>
        <para>Gets or sets whether parent nodes can be deleted.</para>
      </summary>
      <value>true to allow deleting parent nodes within their children; false only child nodes (not parent) can be deleted.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.BatchEditSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/120226/components/tree-list/concepts/data-editing/batch-edit-mode">Batch Edit Mode</see> settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListBatchEditSettings"/> object that contains the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.ConfirmDelete">
      <summary>
        <para>Gets or sets whether the Confirm Delete window is displayed when deleting a node.</para>
      </summary>
      <value>true to display the Confirm Delete window when deleting a node; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.EditFormColumnCount">
      <summary>
        <para>Gets or sets the maximum number of columns allowed in the <see href="https://docs.devexpress.com/AspNet/4637/components/tree-list/concepts/data-editing/edit-form">Edit Form</see>.</para>
      </summary>
      <value>An integer value that specifies the maximum number of columns allowed in the Edit Form.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.Mode">
      <summary>
        <para>Gets or sets a value that specifies the ASPxTreeList’s editing mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListEditMode"/> enumeration value that specifies the editing mode.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsExport">
      <summary>
        <para>Contains the export settings to be applied when the TreeList’s data is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsExport.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsExport"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsExport.Assign(DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings"/> object to the current object.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsExport.EnableClientSideExportAPI">
      <summary>
        <para>Gets or sets a value specifying whether the client exporting API is enabled.</para>
      </summary>
      <value>true, to enable client exporting API; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsExport.FileName">
      <summary>
        <para>Gets or sets the file name to which the tree list’s data is exported.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the target file name.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsFilterControl">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">filter control</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsFilterControl.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsFilterControl"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsLoadingPanel">
      <summary>
        <para>Provides settings that affect the Loading Panel’s appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsLoadingPanel.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsLoadingPanel"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsLoadingPanel.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsLoadingPanel.ShowOnPostBacks">
      <summary>
        <para>Gets or sets whether a loading panel is shown on a client postback.</para>
      </summary>
      <value>true to show a loading panel on a client postback; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsPager">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3954/components/tree-list/visual-elements/pager">pager</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsPager.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsPager"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPager.AlwaysShowPager">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3954/components/tree-list/visual-elements/pager">Pager</see> is displayed within the ASPxTreeList when there is only one page.</para>
      </summary>
      <value>true to display the Pager within the ASPxTreeList when there is only one page; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsPager.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings of the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPager.Mode">
      <summary>
        <para>Gets or sets whether page-mode navigation is enabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPagerMode"/> enumeration value that specifies whether page-mode navigation is enabled.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPager.PageSize">
      <summary>
        <para>Gets or sets the maximum number of <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see> that can be displayed on a page.</para>
      </summary>
      <value>An integer value that specifies the maximum number of nodes that can be displayed on a page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPager.Position">
      <summary>
        <para>Gets or sets the pager’s position within an ASPxTreeList control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.PagerPosition"/> enumeration value that specifies the position of the pager within an ASPxTreeList control.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.AllowDragging">
      <summary>
        <para>Gets or sets a value specifying whether a <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">popup edit form</see> can be dragged by end users.</para>
      </summary>
      <value>true, if end users can drag the edit form; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.AllowResize">
      <summary>
        <para>Gets or sets whether an end-user can resize the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>.</para>
      </summary>
      <value>true, to allow the popup edit form to be resized by an end-user; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.Caption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the popup edit form’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.CloseOnEscape">
      <summary>
        <para>Gets or sets a value specifying whether a popup edit form is closed when an end-user presses the ESC key.</para>
      </summary>
      <value>true, to close a popup edit form when the ESC key is pressed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.Height">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the popup edit form’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.HorizontalAlign">
      <summary>
        <para>Gets or sets the popup edit form’s horizontal alignment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration value that specifies the popup edit form’s horizontal alignment.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.HorizontalOffset">
      <summary>
        <para>Gets or sets the offset from the left or right border of the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s container.</para>
      </summary>
      <value>An integer value that specifies the offset, in pixels, from the left or right border of the popup edit form’s container.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.MinHeight">
      <summary>
        <para>Gets or sets the minimum height of the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">edit form</see>‘s popup window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum height of the window.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">edit form</see>‘s popup window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum width of the window.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.Modal">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see> is displayed as a modal dialog.</para>
      </summary>
      <value>true to display the Popup Edit Form as a modal dialog; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.PopupElementID">
      <summary>
        <para>Gets or sets the ID of a web control or HTML element with which the popup edit form is associated.</para>
      </summary>
      <value>A string value specifying the ID of the web control or HTML element which the popup edit form is associated with.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.ShowHeader">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s header is displayed.</para>
      </summary>
      <value>true to display the header; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.VerticalAlign">
      <summary>
        <para>Gets or sets the popup edit form’s vertical alignment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration value that specifies the popup edit form’s vertical alignment.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.VerticalOffset">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s offset from the top or bottom border of the data row currently being edited.</para>
      </summary>
      <value>An integer value that specifies the offset, in pixels, from the top or bottom border of the data row currently being edited.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPopupEditForm.Width">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the popup edit form’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsResizing">
      <summary>
        <para>Provides settings that affect the ASPxTreeList resizing functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsResizing.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsResizing"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsResizing.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsResizing.ColumnResizeMode">
      <summary>
        <para>Gets or sets a value that specifies how columns are resized when an end-user changes a column’s width.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ColumnResizeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsResizing.Visualization">
      <summary>
        <para>Gets or sets a value that determines how the column resize process is visually indicated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ResizingMode"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsSearchPanel">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsSearchPanel.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsSearchPanel"/> class.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsSearchPanel.ColumnNames">
      <summary>
        <para>Specifies the columns to which the <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see> filter should be applied.</para>
      </summary>
      <value>A string value listing grid column identifiers that can be either: column name, field name, or caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsSearchPanel.SearchInPreview">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/AspNet/119595/components/tree-list/concepts/data-shaping-and-manipulation/filtering/search-panel">search panel</see> can be used to search text in the <see href="https://docs.devexpress.com/AspNet/3946/components/tree-list/visual-elements/preview">preview</see>.</para>
      </summary>
      <value>true, to search the text in a preview; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsSelection">
      <summary>
        <para>Provides selection settings for ASPxTreeList controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsSelection.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsSelection"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsSelection.AllowSelectAll">
      <summary>
        <para>Gets or sets whether the Select All <see href="https://docs.devexpress.com/AspNet/3989/components/tree-list/visual-elements/selection-cell">selection cell</see> is displayed.</para>
      </summary>
      <value>true to display Select All <see href="https://docs.devexpress.com/AspNet/3989/components/tree-list/visual-elements/selection-cell">selection cell</see>; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsSelection.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsSelection.Enabled">
      <summary>
        <para>Gets or sets whether end-users can select nodes.</para>
      </summary>
      <value>true to allow end-users to select nodes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsSelection.Recursive">
      <summary>
        <para>Gets or sets whether recursive selection is enabled.</para>
      </summary>
      <value>true to enable recursive selection; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSettingsText">
      <summary>
        <para>Provides text options for the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsText.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsText"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsText.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsText"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CommandApplyFilter">
      <summary>
        <para>Gets or sets the text displayed within the Apply Filter <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command item</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CommandCancel">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">Cancel</see> command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CommandClearFilter">
      <summary>
        <para>Gets or sets the text displayed within the “Clear” command item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CommandDelete">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">Delete</see> command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CommandEdit">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">Edit</see> command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CommandNew">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">New</see> command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CommandRecover">
      <summary>
        <para>Gets or sets the text displayed within the Recover command item.</para>
      </summary>
      <value>A System.String value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CommandUpdate">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">Update</see> command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ConfirmDelete">
      <summary>
        <para>Gets or sets the text displayed within the Confirm Delete window.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the Confirm Delete window.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ConfirmOnLosingBatchChanges">
      <summary>
        <para>Gets or sets the confirm message text shown before tree list data changes are lost in <see href="https://docs.devexpress.com/AspNetMvc/120266/components/tree-list/data-editing/edit-form">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the confirm message text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CustomizationWindowCaption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>‘s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the Customization Window’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.CustomizationWindowFooterText">
      <summary>
        <para>Gets or sets the text displayed within the ASPxTreeList <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">customization window</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the customization window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.IncorrectSelectionError">
      <summary>
        <para>Specifies the Incorrect Selection error text.</para>
      </summary>
      <value>The error text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.RecursiveDeleteError">
      <summary>
        <para>Gets or sets the error text displayed when deleting a parent node.</para>
      </summary>
      <value>A string value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarCancel">
      <summary>
        <para>Gets or sets the text displayed within the Cancel <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarClearFilter">
      <summary>
        <para>Gets or sets the text displayed within the Clear Filter toolbar item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarClearSorting">
      <summary>
        <para>Gets or sets the text displayed within the Clear Sorting <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarCollapseNode">
      <summary>
        <para>Gets or sets the text displayed within the Collapse <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarDelete">
      <summary>
        <para>Gets or sets the text displayed within the Delete <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarEdit">
      <summary>
        <para>Gets or sets the text displayed within the Edit <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarExpandNode">
      <summary>
        <para>Gets or sets the text displayed within the Expand <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarExportTo">
      <summary>
        <para>Gets or sets the text displayed within the Export <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarFullCollapse">
      <summary>
        <para>Gets or sets the text displayed within the Collapse All <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarFullExpand">
      <summary>
        <para>Gets or sets the text displayed within the Expand All <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarNew">
      <summary>
        <para>Gets or sets the text displayed within the New <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarNewRoot">
      <summary>
        <para>Gets or sets the text displayed within the New Root <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarRefresh">
      <summary>
        <para>Gets or sets the text displayed within the Refresh <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarShowCustomizationWindow">
      <summary>
        <para>Gets or sets the text displayed within the Column Chooser <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarShowFilterRow">
      <summary>
        <para>Gets or sets the text displayed within the Filter Row toolbar item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarShowFilterRowMenu">
      <summary>
        <para>Gets or sets the text displayed within the Filter Row Menu toolbar item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarShowFooter">
      <summary>
        <para>Gets or sets the text displayed within the Footer <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSettingsText.ToolbarUpdate">
      <summary>
        <para>Gets or sets the text displayed within the Update <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSpinEditColumn">
      <summary>
        <para>Represents a data column used to display numeric data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSpinEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSpinEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSpinEditColumn.PropertiesSpinEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.SpinEditProperties"/> object that contains settings specific to a spin editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListStyles">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3955/components/tree-list/visual-elements">visual elements</see> displayed within the ASPxTreeList.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.AlternatingNode">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3953/components/tree-list/visual-elements/alternating-node">alternating nodes</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListAlternatingNodeStyle"/> object that contains style settings used to paint alternating nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.BatchEditCell">
      <summary>
        <para>Gets the style settings defining the appearance of a tree list edit cell in <see href="https://docs.devexpress.com/AspNet/120226/components/tree-list/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.BatchEditDeletedNode">
      <summary>
        <para>Gets the style settings defining the appearance of a tree list node when it is modified in <see href="https://docs.devexpress.com/AspNet/120226/components/tree-list/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.BatchEditModifiedCell">
      <summary>
        <para>Gets the style settings defining the appearance of a tree list <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cell</see> when it is modified in <see href="https://docs.devexpress.com/AspNet/120226/components/tree-list/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.BatchEditNewNode">
      <summary>
        <para>Gets the style settings defining the appearance of a tree list node newly created in <see href="https://docs.devexpress.com/AspNet/120226/components/tree-list/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.Cell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings used to paint cells.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.CommandButton">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/4634/components/tree-list/visual-elements/command-button">command buttons</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.CommandCell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/4633/components/tree-list/visual-elements/command-column">command column cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListStyles.CopyFrom(DevExpress.Web.StylesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListStyles"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.StylesBase"/> object that represents the object from which the settings will be copied.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.CustomizationWindow">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings used to paint the Customization Window.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.CustomizationWindowCloseButton">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>‘s Close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings used to paint the Customization Window’s Close button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.CustomizationWindowContent">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>‘s content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowStyle"/> object that contains style settings used to paint the Customization Window’s content.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.CustomizationWindowHeader">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3963/components/tree-list/visual-elements/customization-window">Customization Window</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowStyle"/> object that contains style settings used to paint the Customization Window’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.EditForm">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.EditFormColumnCaption">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">edit cell</see> captions within the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.EditFormDisplayNode">
      <summary>
        <para>Get the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see> currently being edited.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.EditFormEditCell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/4631/components/tree-list/visual-elements/edit-cell">edit cells</see> displayed within the Edit Form.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.Error">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/4648/components/tree-list/visual-elements/error-node">Error Node</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterBar">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">filter bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterBarCheckBoxCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">filter bar</see>‘s cell which displays the check box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterBarClearButtonCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">Filter Bar</see>‘s cell which displays the Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterBarExpressionCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">Filter Bar</see>‘s cell which displays the current filter expression.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterBarImageCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">filter bar</see>‘s cell which displays the filter image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterBarLink">
      <summary>
        <para>Gets the style settings used to paint links (filter expression, clear filter command) displayed within the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">filter bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterCell">
      <summary>
        <para>Gets the style settings used to paint cells within the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">Filter Row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterCellStyle"/> object that contains style settings used to paint cells within the filter row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterRow">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">Filter Row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterRowStyle"/> object that contains style settings used to paint the filter row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterRowMenu">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuStyle"/>  object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FilterRowMenuItem">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row menu items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemStyle"/>  object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FocusedCell">
      <summary>
        <para>Gets the style settings defining the appearance of a focused <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cell</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FocusedNode">
      <summary>
        <para>Gets the style settings used to paint the currently focused <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">node</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle"/> object that contains style settings used to paint the focused node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.Footer">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">footer cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFooterStyle"/> object that contains style settings used to paint footer cells.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.FooterCell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">footer cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings used to paint cells.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.GroupFooter">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3948/components/tree-list/visual-elements/group-footer">group footers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFooterStyle"/> object that contains style settings used to paint group footers.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.GroupFooterCell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3948/components/tree-list/visual-elements/group-footer">group footer cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings used to paint cells.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.Header">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">column headers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderStyle"/> object that contains style settings used to paint column headers.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.HeaderFilterItem">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">Header Filter</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.Indent">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3951/components/tree-list/visual-elements/indent">indents</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListIndentStyle"/> object that contains style settings used to paint node indents.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.IndentWithButton">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3951/components/tree-list/visual-elements/indent">indents</see> that contain expand buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListIndentStyle"/> object that contains style settings used to paint node indents.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.InlineEditCell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/4632/components/tree-list/visual-elements/in-line-edit-node">in-line edit node</see> cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.InlineEditNode">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/4632/components/tree-list/visual-elements/in-line-edit-node">In-Line Edit Node</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.LoadingDiv">
      <summary>
        <para>Gets the style settings used to paint a rectangle displayed above the ASPxTreeList while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings used to paint a rectangle displayed above the ASPxTreeList while waiting for a callback response.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.LoadingPanel">
      <summary>
        <para>Provides style settings for a loading panel that can be displayed while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings used to paint a loading panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.Node">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle"/> object that provides style settings used to paint nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.PagerBottomPanel">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3954/components/tree-list/visual-elements/pager">pager panel</see> displayed at the ASPxTreeList’s bottom.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPagerPanelStyle"/> object that contains style settings used to paint the pager panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.PagerTopPanel">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3954/components/tree-list/visual-elements/pager">pager panel</see> displayed at the ASPxTreeList’s top.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPagerPanelStyle"/> object that contains style settings used to paint the pager panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.PopupEditForm">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupEditFormStyle"/> object that contains style settings used to paint the popup edit form.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.PopupEditFormWindow">
      <summary>
        <para>Gets the style settings defining the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see> appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.PopupEditFormWindowCloseButton">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s Close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.PopupEditFormWindowContent">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.PopupEditFormWindowHeader">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/9093/components/tree-list/visual-elements/popup-edit-form">Popup Edit Form</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowStyle"/> object that contains style settings used to paint the popup edit form’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.Preview">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3946/components/tree-list/visual-elements/preview">previews</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings used to paint cells.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.SearchPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.SelectedCell">
      <summary>
        <para>Gets the style settings defining the appearance of a selected cell.</para>
      </summary>
      <value>An object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.SelectedNode">
      <summary>
        <para>Gets the style settings used to paint selected <see href="https://docs.devexpress.com/AspNet/3945/components/tree-list/visual-elements/node">nodes</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle"/> object that contains style settings used to paint selected nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.SelectionCell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3989/components/tree-list/visual-elements/selection-cell">selection cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCellStyle"/> object that contains style settings used to paint selection cells.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.TreeLineFirst">
      <summary>
        <para>Gets the style settings used to paint the tree line that connects the first node with the next node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle"/> object that contains style settings used to paint tree lines.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.TreeLineFirstRtl">
      <summary>
        <para>Gets the style settings defining the appearance of the tree line that connects the first node with the next node, when the right-to-left layout is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.TreeLineLast">
      <summary>
        <para>Gets the style settings used to paint the tree line that connects the last node in a branch.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle"/> object that contains style settings used to paint tree lines.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.TreeLineLastRtl">
      <summary>
        <para>Gets the style settings defining the appearance of the tree line that connects the last node in a branch, when the right-to-left layout is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.TreeLineMiddle">
      <summary>
        <para>Gets the style settings used to paint a middle tree line.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle"/> object that contains style settings used to paint tree lines.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.TreeLineMiddleRtl">
      <summary>
        <para>Gets the style settings defining the appearance of a middle tree line, when the right-to-left layout is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.TreeLineRoot">
      <summary>
        <para>Gets the style settings used to paint tree lines that connect only root nodes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle"/> object that contains style settings used to paint tree lines.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSummaryCollection">
      <summary>
        <para>Represents a collection of summary items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSummaryCollection.ToString">
      <summary>
        <para>Returns a string representation of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryCollection"/> class.</para>
      </summary>
      <returns>An empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListSummaryItem">
      <summary>
        <para>Represents a summary item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies settings from the summary item object specified as the parameter.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.DisplayFormat">
      <summary>
        <para>Gets or sets the format of the summary value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the summary value’s display format. An empty string to display the summary value using default formatting.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.FieldName">
      <summary>
        <para>Gets or set the name of the data source field whose values are used to calculate the summary.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the data source field’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.Recursive">
      <summary>
        <para>Gets or sets whether a recursive summary value calculation is enabled.</para>
      </summary>
      <value>true to enable the recursive summary value calculation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column in whose footer cell the summary will be displayed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the data column within the ASPxTreeList by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName">TreeListDataColumn.FieldName</see>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.SummaryType">
      <summary>
        <para>Gets or sets the aggregate function type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.Tag">
      <summary>
        <para>Gets or sets the data associated with the summary item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that contains information associated with the summary item.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.ToString">
      <summary>
        <para>Returns a string that represents the summary item.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListTemplateContainerBase">
      <summary>
        <para>Serves as a base for classes that represent containers for the templates used to render the ASPxTreeList’s elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplateContainerBase.TreeList">
      <summary>
        <para>Gets the ASPxTreeList that owns the current object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> object that owns the current object.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListTemplates">
      <summary>
        <para>Contains the templates used to display the ASPxTreeList’s data cells, nodes, etc.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplates.DataCell">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/3944/components/tree-list/visual-elements/data-cell">data cells</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplates.EditForm">
      <summary>
        <para>Gets or sets a template for displaying the <see href="https://docs.devexpress.com/AspNet/4630/components/tree-list/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>An object that implements the System.Web.UI.ITemplate interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplates.FilterCell">
      <summary>
        <para>Gets or sets a template for displaying a <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see> cell.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplates.FilterRow">
      <summary>
        <para>Gets or sets a template for displaying a <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplates.FooterCell">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">footer cells</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplates.GroupFooterCell">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/3948/components/tree-list/visual-elements/group-footer">group footer cells</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplates.HeaderCaption">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/3949/components/tree-list/visual-elements/column-header">column header</see> captions.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplates.Preview">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/3965/components/tree-list/concepts/data-representation-basics/nodes/preview">previews</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListTextColumn">
      <summary>
        <para>Represents a data column used to display string values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListTextColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTextColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTextColumn.PropertiesTextEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextBoxProperties"/> object that contains settings specific to a textbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListTimeEditColumn">
      <summary>
        <para>Represents a data column used to display and edit time portions of DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListTimeEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTimeEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTimeEditColumn.PropertiesTimeEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.CheckBoxProperties"/> object that contains settings specific to a checkbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListTokenBoxColumn">
      <summary>
        <para>A data column that uses the <see cref="T:DevExpress.Web.ASPxTokenBox"/> to edit column values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListTokenBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTokenBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListTokenBoxColumn.PropertiesTokenBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TokenBoxProperties"/> object that contains settings specific to a token box editor.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListToolbar">
      <summary>
        <para>A base class for the TreeList’s <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListToolbar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListToolbar.Items">
      <summary>
        <para>Gets the collection of items within the toolbar and provides indexed access to them.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection"/> object representing the collection of the toolbar’s items.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListToolbarCollection">
      <summary>
        <para>Represents the ASPxTreeList’s toolbar collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListToolbarCollection.#ctor(DevExpress.Web.ASPxTreeList.ASPxTreeList)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarCollection"/> class with specified settings.</para>
      </summary>
      <param name="treeList">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> object that is the Tree List control.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListToolbarCollection.FindByName(System.String)">
      <summary>
        <para>Returns a toolbar object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required toolbar.</param>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbar"/> object that is the ASPxTreeList toolbar.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListToolbarCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to the toolbars within the collection.</para>
      </summary>
      <param name="index">An integer value that identifies a toolbar by its index.</param>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbar"/> object or descendant that represents a toolbar at the specified position. null (Nothing in Visual Basic) if the toolbar was not found.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand">
      <summary>
        <para>Lists the values that specify names of commands that can be performed by clicking <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.Cancel">
      <summary>
        <para>A command that discards any changes made to the current node and switches the ASPxTreeList to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ClearFilter">
      <summary>
        <para>A command that clears the filter applied to the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ClearSorting">
      <summary>
        <para>A command that clears sorting by the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.CollapseNode">
      <summary>
        <para>A command that collapses the node.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.Custom">
      <summary>
        <para>A custom user command.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.Delete">
      <summary>
        <para>A command that deletes the current node.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.DeleteSelectedNodesOnPage">
      <summary>
        <para>A command that deletes the selected nodes on the page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.Edit">
      <summary>
        <para>A command that allows editing the current node.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ExpandNode">
      <summary>
        <para>A command that expands the node.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ExportToDocx">
      <summary>
        <para>A command that exports the tree list’s data to a file in DOCX format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ExportToPdf">
      <summary>
        <para>A command that exports the tree list’s data to a file in PDF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ExportToRtf">
      <summary>
        <para>A command that exports the tree list’s data to a file in RTF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ExportToXls">
      <summary>
        <para>A command that exports the tree list’s data to a file in XLS format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ExportToXlsx">
      <summary>
        <para>A command that exports the tree list’s data to a file in XLSX format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.FullCollapse">
      <summary>
        <para>A command that collapses all nodes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.FullExpand">
      <summary>
        <para>A command that expands all nodes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.New">
      <summary>
        <para>A command that creates a new node.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.NewRoot">
      <summary>
        <para>A command that creates a new root node.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.Refresh">
      <summary>
        <para>A command that refreshes grid data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ShowCustomizationWindow">
      <summary>
        <para>A command that controls the Column Chooser visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ShowFilterRow">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/119597/components/tree-list/visual-elements/filter-row">filter row</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ShowFilterRowMenu">
      <summary>
        <para>A command that controls the filter row menu visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.ShowFooter">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/3947/components/tree-list/visual-elements/footer">footer</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand.Update">
      <summary>
        <para>A command that saves all the changes made to the current node and switches the ASPxTreeList to browse mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItem">
      <summary>
        <para>Implements the Vertical Grid’s <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListToolbarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListToolbarItem.Command">
      <summary>
        <para>Gets or sets the name of a command executed when clicking a <see href="https://docs.devexpress.com/AspNet/118569/components/tree-list/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand"/> enumeration values specifying the toolbar item’s command name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListToolbarItem.Items">
      <summary>
        <para>Gets a collection that contains the toolbar items of the current toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemClickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ToolbarItemClick">ASPxTreeList.ToolbarItemClick</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListToolbarItemClickEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemClickEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItem"/> object that is the Tree List toolbar item.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListToolbarItemClickEventArgs.Handled">
      <summary>
        <para>Specifies whether the toolbar item click is handled manually, so no default processing is required.</para>
      </summary>
      <value>true if no default processing is required; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListToolbarItemClickEventArgs.Item">
      <summary>
        <para>Gets the toolbar item related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItem"/> object that is the toolbar item.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemClickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ToolbarItemClick">ASPxTreeList.ToolbarItemClick</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemClickEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection">
      <summary>
        <para>Represents a collection of an ASPxTreeList’s toolbar items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection.#ctor(DevExpress.Web.GridToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection"/> class.</para>
      </summary>
      <param name="menuItem">A  object representing a grid toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required toolbar item.</param>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItem"/> object that is the ASPxTreeList toolbar item.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns a toolbar item with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property value of the required toolbar item.</param>
      <returns>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItem"/> object with a specific value of the Text property.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListToolbarItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer that identifies the item within the collection.</param>
      <value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItem"/> object that represents the item at the specified position.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3988/components/tree-list/visual-elements/tree-line">tree line</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTreeLineStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeCreateChildren">ASPxTreeList.VirtualModeCreateChildren</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventArgs.#ctor(System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventArgs"/> class.</para>
      </summary>
      <param name="nodeObject">An object to be processed. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventArgs.NodeObject">TreeListVirtualModeCreateChildrenEventArgs.NodeObject</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventArgs.Children">
      <summary>
        <para>Gets or sets the collection of children for the currently processed node object.</para>
      </summary>
      <value>The list of child nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventArgs.NodeObject">
      <summary>
        <para>Gets the processed node object.</para>
      </summary>
      <value>An object that represents the node object.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeCreateChildren">ASPxTreeList.VirtualModeCreateChildren</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeNodeCreating">ASPxTreeList.VirtualModeNodeCreating</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs.IsLeaf">
      <summary>
        <para>Gets or sets whether the processed node has zero child nodes.</para>
      </summary>
      <value>true if the processed node has zero child nodes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs.NodeKeyValue">
      <summary>
        <para>Gets or sets the processed node’s key value.</para>
      </summary>
      <value>An object that specifies the node’s key value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs.NodeObject">
      <summary>
        <para>Gets the object that corresponds to the processed node in a tree.</para>
      </summary>
      <value>An object that corresponds to the processed node.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs.SetNodeValue(System.String,System.Object)">
      <summary>
        <para>Assigns a value to the specified cell.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the field name which identifies the required cell.</param>
      <param name="value">An object that represents the value to be assigned.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeNodeCreating">ASPxTreeList.VirtualModeNodeCreating</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListVirtualNodeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeNodeCreated">ASPxTreeList.VirtualModeNodeCreated</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeList.TreeListVirtualNodeEventArgs.#ctor(DevExpress.Web.ASPxTreeList.TreeListNode,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListVirtualNodeEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListNode"/> object that represents the node currently being created. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListNodeEventArgs.Node">TreeListNodeEventArgs.Node</see> property.</param>
      <param name="nodeObject">An object that corresponds to the processed node in a tree. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListVirtualNodeEventArgs.NodeObject">TreeListVirtualNodeEventArgs.NodeObject</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeList.TreeListVirtualNodeEventArgs.NodeObject">
      <summary>
        <para>Gets the object that corresponds to the node currently being created.</para>
      </summary>
      <value>An object that corresponds to the processed node in a tree.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeList.TreeListVirtualNodeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeNodeCreated">ASPxTreeList.VirtualModeNodeCreated</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListVirtualNodeEventArgs"/> object that contains event data.</param>
    </member>
  </members>
</doc>