TreeListSettingsBehavior Properties
Provides behavior options for ASPxTreeList controls.| Name | Description |
|---|---|
| AllowAutoFilter | Gets or sets whether filtering can be applied to the tree list data columns. |
| AllowDragDrop | Gets or sets whether end-users can reorder columns by dragging their headers. |
| AllowEllipsisInText | Specifies if ASPxTreeList can automatically truncate the cell texts if they don’t fit into the cell width. |
| AllowFocusedNode | Gets or sets whether the focused node is displayed. |
| AllowHeaderFilter | Specifies whether filtering using the header filter is allowed. |
| AllowSort | Gets or sets whether end-users can sort data. |
| AutoExpandAllNodes | Gets or sets whether all nodes displayed within the ASPxTreeList are automatically expanded when the ASPxTreeList is being loaded. |
| AutoFilterRowInputDelay | Gets or sets the time interval between the time a user starts typing within the Filter Row, and filtering is applied. |
| ColumnResizeMode | Obsolete. Gets or sets a value that specifies how columns are resized when an end-user changes a column’s width. |
| DisablePartialUpdate | Specifies whether the partial update feature is enabled. |
| EnableCustomizationWindow | Gets or sets whether the Customization Window is enabled. |
| EncodeErrorHtml | Gets or sets whether to encode error row content. |
| ExpandCollapseAction | Gets or sets how end-users can expand/collapse nodes. |
| ExpandNodesOnFiltering | Specifies whether the collapsed parent node should be expanded for filtering if a child node fits the filter conditions. |
| FilterRowMode | Gets or sets a value defining whether the Filter Row filter is applied automatically or on clicking the Apply button. |
| FocusNodeOnExpandButtonClick | Gets or sets whether the node is automatically focused after its expand button has been clicked. |
| FocusNodeOnLoad | Gets or sets whether the focused node is displayed when the ASPxTreeList is loaded for the first time. |
| HeaderFilterMaxRowCount | Gets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values. |
| MaxPreviewTextLength | Specifies the maximum length of the preview text. |
| ProcessFocusedNodeChangedOnServer | Gets or sets a value that specifies whether the ASPxClientTreeList.FocusedNodeChanged event should be finally processed on the server side. |
| ProcessSelectionChangedOnServer | Gets or sets a value that specifies whether the ASPxClientTreeList.SelectionChanged event should be finally processed on the server side. |
| SortMode | Gets or sets how the column’s data is sorted when sorting is applied to it. |
See Also