7856 lines
458 KiB
XML
7856 lines
458 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<assembly>
|
|
<name>DevExpress.Web.ASPxTreeList.v20.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)">
|
|
<summary>
|
|
<para>Creates a new node and appends it to the Root.</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.AppendNode(System.Object,DevExpress.Web.ASPxTreeList.TreeListNode)">
|
|
<summary>
|
|
<para>Creates a new node and appends it to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListNode.ChildNodes"/> 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 Root.</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 data column.</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 filter row cells.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.AutoFilterCellEditorInitialize">
|
|
<summary>
|
|
<para>Enables the cell editors displayed within the auto filter row cells 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>Enables you to provide custom filter items instead of default ones displayed within a Header Filter.</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 edit cells.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ClearNodes">
|
|
<summary>
|
|
<para>Removes all nodes 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 Node.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.ASPxTreeList.Columns">
|
|
<summary>
|
|
<para>Provides access to an ASPxTreeList's column 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 command buttons to be initialized.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.CreateNodeIterator(System.Boolean)">
|
|
<summary>
|
|
<para>Returns a new Node Iterator 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 you click 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 <see cref="M:js-ASPxClientTreeList.PerformCallback(args)"/> method.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.CustomColumnDisplayText">
|
|
<summary>
|
|
<para>Enables custom display text to be provided for any cell.</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 <see cref="M:js-ASPxClientTreeList.PerformCustomDataCallback(arg)"/> 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 filter bar, 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"/><<see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/>,> 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 node 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 nodes.</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)">
|
|
<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.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.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.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.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)">
|
|
<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.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.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="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="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)">
|
|
<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.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.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.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.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.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.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.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.ExportToRtf(System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports the ASPxTreeList's data to the specified 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.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.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.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptionsEx)">
|
|
<summary>
|
|
<para>Exports the control's data to the specified stream in XLS 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.XlsExportOptions"/> object which specifies the XLS export options to be applied when the control is exported.</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.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
|
|
<summary>
|
|
<para>Exports the control'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>
|
|
<param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when the control 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.XlsExportOptionsEx)">
|
|
<summary>
|
|
<para>Exports the tree list'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="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> 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.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.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
|
|
<summary>
|
|
<para>Exports the tree list's data to a file in XLS format 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.XlsExportOptions"/> 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.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.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptionsEx)">
|
|
<summary>
|
|
<para>Exports the tree list'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="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> 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.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.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.XlsxExportOptionsEx)">
|
|
<summary>
|
|
<para>Exports the tree list's data to the specified file in XLSX format, and writes it to the response in binary format.</para>
|
|
</summary>
|
|
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> 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.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.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
|
|
<summary>
|
|
<para>Exports the tree list'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="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.XlsxExportOptions"/> 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.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="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
|
|
<summary>
|
|
<para>Exports the grid'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="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> 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.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="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 criteria value 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 criteria value.</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 data cell's 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 Edit Form'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 filter row 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 filter row 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 Footer'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 group'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 column header'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 In-Line Edit Node.</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 preview's 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 focused node.</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 virtual mode.</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>Enables you to add custom filter items which filter data by the current column, to ones displayed within a Header Filter.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeList.HideFilterControl">
|
|
<summary>
|
|
<para>Hides the Filter Control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.HtmlCommandCellPrepared">
|
|
<summary>
|
|
<para>Enables the settings of individual command cells 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 Filter Control.</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 Filter Control 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 Virtual Mode.</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 node has been collapsed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeCollapsing">
|
|
<summary>
|
|
<para>Fires before a node 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 node has been expanded.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeExpanding">
|
|
<summary>
|
|
<para>Fires before a node 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 root nodes 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 preview'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 preview rows.</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 filter row 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 filter row 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 tree, 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 root node.</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"/> 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 search panel 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 search panel.</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>Provides access to the ASPxTreeList's security settings that allow disabling data modification operations such as editing, inserting, deleting.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsDataSecurity"/> object containing data 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 filter control'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 Pager'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 search panel'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. -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 elements.</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 Pager 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 toolbars.</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 summary items.</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 toolbars 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 (virtual mode).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.VirtualModeNodeCreated">
|
|
<summary>
|
|
<para>Occurs when the ASPxTreeList functions in Virtual Mode 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 virtual mode.</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"/> 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"/> 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"/> 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"/><<see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListInsertNodeInfo"/>,> 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"/> 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"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.ASPxTreeListBeforeHeaderFilterFillItemsEventArgs.#ctor(DevExpress.Web.Internal.IWebGridDataColumnBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBeforeHeaderFilterFillItemsEventArgs"/> class.</para>
|
|
</summary>
|
|
<param name="column">A object representing a column.</param>
|
|
</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"/>> 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"/> 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"/> 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"/> 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"/> 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)">
|
|
<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.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.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)">
|
|
<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.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.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.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.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.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.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)">
|
|
<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.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.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.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.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.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.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)">
|
|
<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.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.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.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.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.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.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)">
|
|
<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.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.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.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.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.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.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)">
|
|
<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.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.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="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="T:DevExpress.Web.ASPxTreeList.ASPxTreeListExportRenderBrickEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter.RenderBrick"/> 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>
|
|
<param name="column"></param>
|
|
<param name="editor"></param>
|
|
<param name="editorType"></param>
|
|
</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"/> 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"/> 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"/><<see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListInsertNodeInfo"/>,> 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"/> 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"/> 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 tree buttons 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 tree lines 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"/> 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"/> 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"/> 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 cells 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"/><<see cref="T:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId"/>,> 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 Expand Button if the node is expanded.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"/>) displayed below the column header when an end-user drags it to the Customization Window.Default value: "Hide"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Alt_Expand">
|
|
<summary>
|
|
<para>Defines the alternative text for the Expand Button if the node is collapsed.Default value: "[Expand]"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Alt_SortedAscending">
|
|
<summary>
|
|
<para>Defines the alternative text for the Column Header's Sort Glyph when the column is sorted in ascending order.Default value: "(Ascending)"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.Alt_SortedDescending">
|
|
<summary>
|
|
<para>Defines the alternative text for the Column Header's Sort Glyph when the column is sorted in descending order.Default value: "(Descending)"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandApplyFilter">
|
|
<summary>
|
|
<para>Defines the caption of the Apply button.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 Edit Form of the Tree List.Default value: "Cancel"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandClearFilter">
|
|
<summary>
|
|
<para>Defines the caption of the Clear button.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 Command Column of the Tree List.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 Command Column of the Tree List.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 Command Column of the Tree List.Default value: "New"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.CommandRecover">
|
|
<summary>
|
|
<para>The label of a command item that allows recovering the tree list nodes.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 Edit Form of the Tree List.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 Tree List if the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.ConfirmDelete"/> option is enabled.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.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 Customization Window's caption.Default value: "Field Chooser"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.Localization.ASPxTreeListStringId.PopupEditFormCaption">
|
|
<summary>
|
|
<para>Defines the Popup Edit Form's caption.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 Tree List if the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSettingsEditing.AllowRecursiveDelete"/> option is disabled.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>
|
|
<typeparam name="T"></typeparam>
|
|
</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 alternating nodes.</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 alternating nodes 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>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxTreeList.TreeListBatchEditCellTemplateContainer">
|
|
<summary>
|
|
<para>A container for the templates used to render edit cells in Batch Edit Mode.</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 Batch Edit Mode 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 (data cell or node) is used to edit the data.</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.GridViewBatchEditMode"/> enumeration values.</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. -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 data cells and footer cells.</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 <see cref="P:js-ASPxClientTreeList.BatchEditChangesCanceling"/> 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 <see cref="P:js-ASPxClientTreeList.BatchEditChangesSaving"/> 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 <see cref="P:js-ASPxClientTreeList.BatchEditConfirmShowing"/> 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 <see cref="P:js-ASPxClientTreeList.BatchEditEndEditing"/> 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 <see cref="P:js-ASPxClientTreeList.BatchEditNodeDeleting"/> 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 <see cref="P:js-ASPxClientTreeList.BatchEditNodeInserting"/> 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 <see cref="P:js-ASPxClientTreeList.BatchEditNodeRecovering"/> 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 <see cref="P:js-ASPxClientTreeList.BatchEditNodeValidating"/> 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 <see cref="P:js-ASPxClientTreeList.BatchEditStartEditing"/> 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 <see cref="P:js-ASPxClientTreeList.BatchEditTemplateCellFocused"/> 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.ColumnResized">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's <see cref="P:js-ASPxClientTreeList.ColumnResized"/> 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 <see cref="P:js-ASPxClientTreeList.ColumnResizing"/> 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 <see cref="P:js-ASPxClientTreeList.ContextMenu"/> 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 <see cref="P:js-ASPxClientTreeList.CustomButtonClick"/> 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 <see cref="P:js-ASPxClientTreeList.CustomDataCallback"/> 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 <see cref="P:js-ASPxClientTreeList.CustomizationWindowCloseUp"/> 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 <see cref="P:js-ASPxClientTreeList.EndDragNode"/> 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 <see cref="P:js-ASPxClientTreeList.FocusedCellChanging"/> 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 <see cref="P:js-ASPxClientTreeList.FocusedNodeChanged"/> 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.NodeClick">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's <see cref="P:js-ASPxClientTreeList.NodeClick"/> 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 <see cref="P:js-ASPxClientTreeList.NodeCollapsing"/> 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 <see cref="P:js-ASPxClientTreeList.NodeDblClick"/> 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 <see cref="P:js-ASPxClientTreeList.NodeExpanding"/> 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 <see cref="P:js-ASPxClientTreeList.SelectionChanged"/> 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 <see cref="P:js-ASPxClientTreeList.StartDragNode"/> 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 <see cref="P:js-ASPxClientTreeList.ToolbarItemClick"/> 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 cells.</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 footer cells 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 group footer cells 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 column header'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 header.</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 customization window 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.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnCollection"/> class.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface.</param>
|
|
</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. -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 header filter.</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 header filter.</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 header filter.</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"/> 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 cell 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"/> 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 edit cell's settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings.#ctor(DevExpress.Web.ASPxTreeList.TreeListDataColumn)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditFormSettings"/> class with the specified data column.</para>
|
|
</summary>
|
|
<param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataColumn"/> object that represents the data column within the ASPxTreeList.</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 Edit Form 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 Edit Form 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 Edit Form.</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 Edit Form.</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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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 header filter specific settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListColumnSettingsHeaderFilter.#ctor(DevExpress.Web.Internal.IDataColumnAdapter)">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<param name="columnAdapter"></param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListColumnSettingsHeaderFilter.DateRangeCalendarSettings">
|
|
<summary>
|
|
<para>Gets the settings of the header filter 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 header filter 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 header filter 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"/> property is set to default, the column's data will be sorted according to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSettingsBehavior.SortMode"/> 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 command column cells.</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 Command Column.</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 Applyl command 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="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>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton"/> object that specifies the button's settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.ClearFilterButton">
|
|
<summary>
|
|
<para>Gets the Clear button 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.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>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton"/> object that specifies 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>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton"/> object that specifies the button's settings.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnApplyFilterButton">
|
|
<summary>
|
|
<para>A command button that allows you to apply the filter criteria.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnApplyFilterButton.#ctor(DevExpress.Web.ASPxTreeList.TreeListCommandColumn)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnApplyFilterButton"/> class.</para>
|
|
</summary>
|
|
<param name="column">A object representing a command column.</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 command button.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton.#ctor(DevExpress.Web.ASPxTreeList.TreeListCommandColumn,DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButton"/> class with the specified column and button type.</para>
|
|
</summary>
|
|
<param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> object that represents the command column to which the button belongs.</param>
|
|
<param name="type">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonType"/> enumeration value that specifies the button's type. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListCommandColumn.ButtonType"/> property.</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 command buttons.</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>
|
|
<value></value>
|
|
</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"/> 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"/> 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"/> 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 command button'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 search panel.</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"/> 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 command button that allows you to cancel data editing.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCancelButton.#ctor(DevExpress.Web.ASPxTreeList.TreeListCommandColumn)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnCancelButton"/> class with the specified command column.</para>
|
|
</summary>
|
|
<param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> object that is the command column that owns the current button.</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>Represents a button that clears the filter applied to the current column.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnClearFilterButton.#ctor(DevExpress.Web.ASPxTreeList.TreeListCommandColumn)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnClearFilterButton"/> class.</para>
|
|
</summary>
|
|
<param name="column">A object representing a command column.</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 custom command buttons.</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"/> 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 command button that allows you to recover the deleted data.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnRecoverButton.#ctor(DevExpress.Web.ASPxTreeList.TreeListCommandColumn)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnRecoverButton"/> class.</para>
|
|
</summary>
|
|
<param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> object representing the Tree List command column.</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 command button that allows you to update data with the server.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListCommandColumnUpdateButton.#ctor(DevExpress.Web.ASPxTreeList.TreeListCommandColumn)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnUpdateButton"/> class with the specified command column.</para>
|
|
</summary>
|
|
<param name="column">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumn"/> object that is the command column that owns the current button.</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 a clicked button.</para>
|
|
</summary>
|
|
<value>An ID.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListCustomButtonCallbackEventArgs.ButtonIndex">
|
|
<summary>
|
|
<para>Specifies an index of a 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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 Customization Window 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 customization window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListCustomizationWindowPopupStyle.#ctor(DevExpress.Web.ASPxTreeList.ASPxTreeList)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomizationWindowPopupStyle"/> class.</para>
|
|
</summary>
|
|
<param name="treeList">An object representing a tree list.</param>
|
|
</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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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"/> 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>
|
|
</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 data cells 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 data column 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)">
|
|
<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"/> property.</param>
|
|
</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"/> property.</param>
|
|
<param name="caption">A <see cref="T:System.String"/> value that specifies the column's caption.</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 header filter 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 filter row 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 data cells when they are modified in batch edit mode.</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 data cells 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 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.TreeListDataColumn.EditCellTemplate">
|
|
<summary>
|
|
<para>Gets or sets a template for displaying edit cells 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 edit cell 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 edit cell which is displayed within the Edit Form 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 Filter Row 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 filter row buttons 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 Filter Control. This member supports the internal infrastructure and cannot be used directly from your code.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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. -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 edit cells.</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 Edit Form.</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 Edit Form's entire contents (edit cells and buttons).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateReplacementType.Editors">
|
|
<summary>
|
|
<para>The control displays the edit form cells.</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"/> 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"/> 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"/> 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-line editors. The changes are sent to the server only on an update ('Update') button click.Note - the Batch Edit mode has limitations. To learn more, see the Batch Edit Mode topic.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListEditMode.EditForm">
|
|
<summary>
|
|
<para>Cell values are edited within the Edit Form.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListEditMode.EditFormAndDisplayNode">
|
|
<summary>
|
|
<para>Cell values are edited within the Edit Form. The node whose values are currently being edited is displayed above the Edit From.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListEditMode.Inline">
|
|
<summary>
|
|
<para>Cell values are edited within the In-Line Edit Node.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListEditMode.PopupEditForm">
|
|
<summary>
|
|
<para>Cell values are edited via the Popup Edit Form.</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 expand button 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 expand button 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 expand button 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 visual elements 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 Footer.</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 group footers.</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 column headers.</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 indents.</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"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListExportStyles.Preview">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint previews.</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 filter control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListFilterBuilderPopupStyle.#ctor(DevExpress.Web.ASPxTreeList.ASPxTreeList)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterBuilderPopupStyle"/> class.</para>
|
|
</summary>
|
|
<param name="treeList">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> object.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListFilterBuilderPopupStyle.ButtonPanel">
|
|
<summary>
|
|
<para>Gets the style settings defining a filter builder'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 filter builder'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 filter row.</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 filter row'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 filter control 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 filter row.</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 filter row.</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 footer cells 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 Footer and Group Footer.</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 Header Filter 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 header filter.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle.#ctor(DevExpress.Web.ASPxTreeList.ASPxTreeList)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle"/> class.</para>
|
|
</summary>
|
|
<param name="grid"><see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> object representing a tree list.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListHeaderFilterPopupStyle.ButtonPanel">
|
|
<summary>
|
|
<para>Gets the style settings defining a Header Filter'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 column headers.</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 column headers.</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"/> 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 command column 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"/> 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"/> 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"/> 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"/> 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"/> 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. -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 elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListImages"/> class.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListImages.CellError">
|
|
<summary>
|
|
<para>Gets error image settings displayed in a data cell.</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 nodes.</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 expand buttons of collapsed nodes, 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 Customization Window'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 Customization Window'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 Customization Window'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 Customization Window'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 Customization Window'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 Customization Window 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 nodes.</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 expand buttons of expanded nodes, 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 Filter Control'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 Filter Control'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 Filter Control'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 filter 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.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 Header Filter'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 Header Filter'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 Header Filter'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 Popup Edit Form'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 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.ToolbarClearSorting">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Clear Sorting 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.ToolbarCollapseNode">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Collapse 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.ToolbarDelete">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Delete 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.ToolbarEdit">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Edit 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.ToolbarExpandNode">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Expand 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.ToolbarFullCollapse">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Collapse All 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.ToolbarFullExpand">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Expand All 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.ToolbarNew">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the New 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.ToolbarNewRoot">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the New Root 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.ToolbarRefresh">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Refresh 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.ToolbarShowCustomizationWindow">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Column Chooser 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.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 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.ToolbarUpdate">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the Update toolbar 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 node indents.</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 node indents.</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 node 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 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.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 node.</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 node.</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 root 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 node.</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"/> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeExpanding"/> 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"/> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeExpanding"/> 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 nodes.</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"/> 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"/> 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"/> 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"/> 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"/> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.StartNodeEditing"/> 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"/> 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"/> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.StartNodeEditing"/> 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"/> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeCollapsed"/> 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 node 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"/> and <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.NodeCollapsed"/> 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>
|
|
<value></value>
|
|
</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>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxTreeList.TreeListNodeStyle">
|
|
<summary>
|
|
<para>Provides the style settings used to paint nodes.</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"/> 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"/> 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 Error Node.</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"/> 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 - Pager. The maximum number of nodes displayed on a page is specified by the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSettingsPager.PageSize"/> 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 Pager 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 customization window's settings.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomizationWindowPopupSettings"/> object that contains the customization window's settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings.EditForm">
|
|
<summary>
|
|
<para>Provides access to the Popup Edit Form'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 filter control's settings.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListFilterControlPopupSettings"/> object that contains the filter control's settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings.HeaderFilter">
|
|
<summary>
|
|
<para>Provides access to the Header Filter'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="M:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyle.#ctor(DevExpress.Web.ASPxTreeList.ASPxTreeList)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyle"/> class.</para>
|
|
</summary>
|
|
<param name="treeList">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> object representing a tree list.</param>
|
|
</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.ASPxTreeList.ASPxTreeList)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles"/> class.</para>
|
|
</summary>
|
|
<param name="treeList">An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> object representing a tree list.</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 Customization Window 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 Popup Edit Form 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 Filter Control 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 header filter 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.TreeList">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxTreeList.TreeListPopupEditFormStyle">
|
|
<summary>
|
|
<para>Contains Popup Edit Form 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 preview rows.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListPreviewTemplateContainer.Text">
|
|
<summary>
|
|
<para>Gets the text displayed within a Preview.</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 node (data row).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.EditForm">
|
|
<summary>
|
|
<para>Corresponds to a row that contains the Edit Form.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.Error">
|
|
<summary>
|
|
<para>Corresponds to the Error Node.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.Footer">
|
|
<summary>
|
|
<para>Corresponds to theASPxTreeList's Footer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.GroupFooter">
|
|
<summary>
|
|
<para>Corresponds to a group footer.</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 In-Line Edit Node.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxTreeList.TreeListRowKind.Preview">
|
|
<summary>
|
|
<para>Corresponds to a preview row.</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 filter row 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 column headers 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 Filter Bar 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 filter row buttons 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 Footer 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 group footers.</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 header filter.</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 preview sections 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 Root.</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 tree lines 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 headers.</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 header filter 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 Filter Row, 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 Customization Window 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 Filter Row 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 expand button has been clicked.</para>
|
|
</summary>
|
|
<value>true if the node is automatically focused after its expand button 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 preview 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 <see cref="P:js-ASPxClientTreeList.FocusedNodeChanged"/> 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 <see cref="P:js-ASPxClientTreeList.SelectionChanged"/> 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 Customization Window'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>Provides security settings that allow disabling data modification operations such as editing, inserting, deleting.</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 disable client-side access to data source fields which are not associated with any tree list columns.</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.</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="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 Batch Edit Mode 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 Edit Form.</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 filter control functionality.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListSettingsFilterControl.#ctor(DevExpress.Web.ASPxTreeList.ASPxTreeList)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsFilterControl"/> class.</para>
|
|
</summary>
|
|
<param name="treeList">An object representing a tree list.</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 pager 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 Pager 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 nodes 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 Popup Edit Form 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 popup edit form 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 Popup Edit Form.</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 Popup Edit Form'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 Popup Edit Form'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 Popup Edit Form'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 edit form'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 edit form'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 Popup Edit Form 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 Popup Edit Form'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 Popup Edit Form'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 Popup Edit Form'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 search panel 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 search panel 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 search panel can be used to search text in the preview.</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 selection cell is displayed.</para>
|
|
</summary>
|
|
<value>true to display Select All selection cell; 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.ASPxTreeList.ASPxTreeList)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsText"/> class.</para>
|
|
</summary>
|
|
<param name="treeList">An object representing the tree list.</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 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.CommandCancel">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Cancel 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 Delete 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 Edit 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 New 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 Update 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 batch edit mode.</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 Customization Window'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 customization window'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.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 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.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 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.ToolbarCollapseNode">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Collapse 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.ToolbarDelete">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Delete 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.ToolbarEdit">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Edit 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.ToolbarExpandNode">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Expand 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.ToolbarExportTo">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Export 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.ToolbarFullCollapse">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Collapse All 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.ToolbarFullExpand">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Expand All 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.ToolbarNew">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the New 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.ToolbarNewRoot">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the New Root 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.ToolbarRefresh">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Refresh 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.ToolbarShowCustomizationWindow">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Column Chooser 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.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 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.ToolbarUpdate">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the Update 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.TreeList">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></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 visual elements displayed within the ASPxTreeList.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListStyles"/> class.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListStyles.AlternatingNode">
|
|
<summary>
|
|
<para>Gets the style settings used to paint alternating nodes.</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 batch edit mode.</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 batch edit mode.</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 data cell when it is modified in batch edit mode.</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 batch edit mode.</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 data cells.</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 command buttons.</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 command column cells.</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 Customization Window.</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 Customization Window'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 Customization Window'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 Customization Window'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 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.EditFormColumnCaption">
|
|
<summary>
|
|
<para>Gets the style settings used to paint the edit cell captions 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.EditFormDisplayNode">
|
|
<summary>
|
|
<para>Get the style settings used to paint the node 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 edit cells 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 Error Node.</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 filter bar.</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 filter bar'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 Filter Bar'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 Filter Bar'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 filter bar'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 filter bar.</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 Filter Row.</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 Filter Row.</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 filter row menu.</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 filter row menu items.</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 data cell.</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 node.</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 footer cells.</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 footer cells.</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 group footers.</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 group footer cells.</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 column headers.</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 Header Filter 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 indents.</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 indents 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 in-line edit node 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 In-Line Edit Node.</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 nodes.</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 pager panel 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 pager panel 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 Popup Edit Form.</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 Popup Edit Form 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 Popup Edit Form'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 Popup Edit Form'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 Popup Edit Form'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 previews.</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 search panel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> 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 nodes.</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 selection cells.</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.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryCollection"/> class.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface.</param>
|
|
</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"/>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName"/>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption"/>).</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="M:DevExpress.Web.ASPxTreeList.TreeListTemplates.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListTemplates"/> class.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxTreeList.TreeListTemplates.DataCell">
|
|
<summary>
|
|
<para>Gets or sets a template for displaying data cells.</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 Edit Form.</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 filter row 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 filter row.</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 footer cells.</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 group footer cells.</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 column header 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 previews.</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 toolbar.</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"/> property value.</para>
|
|
</summary>
|
|
<param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name"/> 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 toolbar 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 filter row 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 footer 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 toolbar 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 toolbar 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"/> 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"/> 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"/> property value.</para>
|
|
</summary>
|
|
<param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name"/> 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"/> 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 tree line.</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"/> 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"/> 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"/> 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"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs.#ctor(DevExpress.Web.ASPxTreeList.Internal.IWebTreeListData,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs"/> class.</para>
|
|
</summary>
|
|
<param name="treeListData">An object that implements the IWebTreeListData interface.</param>
|
|
<param name="nodeObject">An object that represents the processed node.</param>
|
|
</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"/> 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"/> 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"/> 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"/> 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"/> 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> |