TreeList Methods
Displays data as a multi-column tree view. Can be used in either bound or unbound mode. See Tree List for more information.| Name | Description |
|---|---|
| About() static | Brings up the About dialog. |
| AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) protected | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control . Inherited from Control. |
| AccessibilityNotifyClients(AccessibleEvents, Int32) protected | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. Inherited from Control. |
| AccessibleNotifyClients(AccessibleEvents, BaseAccessible) | Notifies accessibility client applications of the specified AccessibleEvents event for the specified child control. |
| AccessibleNotifyClients(AccessibleEvents, Int32, Int32) | Notifies accessibility client applications of the specified AccessibleEvents event for the specified child control. |
| AddFilter(CriteriaOperator) | Adds a CriteriaOperator-based filter to the current TreeList. |
| AddFilter(String) | Adds a predefined filter with a string filtering condition to the current TreeList. |
| AppendNode(Object, TreeListNode, Object) | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, TreeListNode, CheckState, NodeCheckBoxStyle, Object) | Adds a TreeListNode that contains the specified values to the XtraTreeList. |
| AppendNode(Object, TreeListNode, CheckState, Object) | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, TreeListNode, CheckState) | Appends a new node with the specified settings. |
| AppendNode(Object, TreeListNode) | Adds a new TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, Int32, Int32, Int32, Object) | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, Int32, Int32, Int32, CheckState, NodeCheckBoxStyle, Object) | Adds a TreeListNode that contains the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, Int32, Int32, Int32, CheckState, Object) | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, Int32, Int32, Int32, CheckState) | Appends a new node with the specified settings. |
| AppendNode(Object, Int32, Int32, Int32, Int32) | Appends a new node with the specified settings. |
| AppendNode(Object, Int32, Object) | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, CheckState, Object) | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, CheckState) | Appends a new node with the specified settings. |
| AppendNode(Object, Int32) | Appends a new node containing the specified values to the specified node’s child collection. |
| ApplyFindFilter(String) | Fills in the Find Panel with the specified query and applies it. |
| BeginDelete() | Prevents deletion updates until the TreeList.EndDelete method is called. |
| BeginInit() | Notifies the control that the initialization has started. Inherited from EditorContainer. |
| BeginInvoke(Delegate, Object[]) | Executes the specified delegate asynchronously with the specified arguments, on the thread that the control’s underlying handle was created on. Inherited from Control. |
| BeginInvoke(Delegate) | Executes the specified delegate asynchronously on the thread that the control’s underlying handle was created on. Inherited from Control. |
| BeginSelection() | Prevents selection updates until the TreeList.EndSelection method is called. |
| BeginSort() | Prevents the tree structure from being changed when changing specific options affecting the order of nodes, until the TreeList.EndSort method is called. |
| BeginUnboundLoad() |
In unbound mode, prevents updates of the tree structure due to adding, deleting and modifying nodes, until the TreeList.EndUnboundLoad method is called. |
| BeginUpdate() | Locks the TreeList, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. |
| BestFitColumns() | Modifies the width of each visible column so that the contents of its cells are not truncated, if possible. |
| BestFitColumns(Boolean) | Modifies the width of each visible column so that the contents of its cells are not truncated, if possible. Allows you to resize columns to fit the treelist width. |
| BindCommand(Expression<Action>, Object, String, Func<Object>) | |
| BindCommand(Object, String, Func<Object>) | |
| BindCommand<T>(Expression<Action<T>>, Object, String, Func<T>) | |
| BringToFront() | Brings the control to the front of the z-order. Inherited from Control. |
| CalcHitInfo(Point) | Returns information about the Tree List’s elements which are located at the specified point. |
| CancelCurrentEdit() | Cancels changes made to focused node cells. |
| CancelSort() | Unlocks control redrawing after it has been locked by the TreeList.BeginSort method, without causing an immediate visual update. |
| CancelUpdate() | Unlocks the TreeList object after it has been locked by the BeginUpdate method, without causing an immediate visual update. |
| CanFilterColumn(TreeListColumn) | Gets whether or not the Tree List data can be filtered by the specific column’s data. |
| CanIndentNodes(IEnumerable<TreeListNode>) | For internal use. |
| CanOutdentNodes(IEnumerable<TreeListNode>) | For internal use. |
| CanSortColumn(TreeListColumn) | Gets whether or not the specific TreeListColumn can be sorted. |
| CheckActiveEditor(Control) static | Returns whether the EditorContainer descendant is active. Inherited from EditorContainer. |
| CheckAll() | Checks all TreeList nodes. |
| ClearColumnErrors() | Removes the error descriptions for a focused node. |
| ClearColumnFilter(TreeListColumn) | Removes the filter condition applied to the specified column. |
| ClearColumnsFilter() | Removes the filter criteria applied to the TreeList. |
| ClearDocument() | Clears a print/export document. |
| ClearFindFilter() | Discards the query in the Find Panel. |
| ClearFocusedColumn() | Removes focus from the focused column. |
| ClearNodes() | Removes all nodes from the XtraTreeList. |
| ClearSelection() | Unselects all nodes, and removes them from the TreeList.Selection collection. |
| ClearSorting() | Clears all the sorting that has been applied to an Tree List control. |
| CloseEditForm() | Closes the Edit Form. |
| CloseEditor() | Hides the active editor, saving changes that were made. |
| CollapseAll() | Collapses all the nodes in the Tree List. |
| CollapseToLevel(Int32) | Collapses all nodes at the specified and subsequent levels. |
| Contains(Control) | Retrieves a value indicating whether the specified control is a child of the control. Inherited from Control. |
| ConvertFormatConditionToFormatRules() | Converts objects from the TreeList.FormatConditions collection to TreeListFormatRule objects and adds them to the TreeList.FormatRules collection. |
| CopyNode(TreeListNode, TreeListNode, Boolean, Int32) | Copies the specified node to the specified position in the collection of child nodes of another node. Use this method in unbound mode. |
| CopyNode(TreeListNode, TreeListNode, Boolean) | Copies the specified node to the specified node’s child collection. This method does not update the data source and is intended for use in unbound mode. |
| CopyNodes(IEnumerable<TreeListNode>, TreeListNode, Boolean, Int32) | Copies the specified nodes to the specified position in the collection of child nodes of another node. Use this method in unbound mode. |
| CopyToClipboard() | Copies selected nodes to the Clipboard. |
| CreateControl() | Forces the creation of the visible control, including the creation of the handle and any visible child controls. Inherited from Control. |
| CreateControlsInstance() protected | Creates a new instance of the control collection for the control. Inherited from Control. |
| CreateCustomization() | Obsolete. Invokes the Customization Form. |
| CreateGraphics() | Creates the Graphics for the control. Inherited from Control. |
| CreateGraphicsCache() | Initializes a GraphicsCache object for this TreeList. GraphicsCache objects provide an API that you should use instead of the standard Graphics class API to custom paint a TreeList when it has the DirectX Hardware Acceleration enabled. |
| CreateHandle() protected | Creates a handle for the control. Inherited from Control. |
| CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
| DefWndProc(Message) protected | Sends the specified message to the default window procedure. Inherited from Control. |
| DeleteNode(TreeListNode) | Removes a specific TreeListNode from the XtraTreeList. |
| DeleteNodes(IEnumerable<TreeListNode>) | Deletes the specified nodes. |
| DeleteSelectedNodes() | Deletes the selected nodes in multiple selection mode or focused nodes in single selection mode. |
| DestroyHandle() protected | Destroys the handle associated with the control. Inherited from Control. |
| Dispose() | Releases all resources used by the Component. Inherited from Component. |
| DoDragDrop(Object, DragDropEffects) | Begins a drag-and-drop operation. Inherited from Control. |
| DoDragDropNode(TreeListNode, DragDropEffects) | Allows you to implement drag-and-drop operations between controls on tree list nodes. Begins a drag-and-drop operation, and forces the tree list and target control to raise the events relative to the operation. |
| DoDragDropNodes(IEnumerable<TreeListNode>, DragDropEffects) | Allows you to implement drag-and-drop operations between controls on tree list nodes. Begins a drag-and-drop operation, and forces the tree list and target control to raise the events relative to the operation. |
| DoIncrementalSearch(Boolean) | Continues the incremental search that is in progress in the specified direction. |
| DrawToBitmap(Bitmap, Rectangle) | Supports rendering to the specified bitmap. Inherited from Control. |
| EndCurrentEdit() |
Posts the focused node’s values to the data source. Set the EndCurrentEdit(System.Boolean) parameter to true to re-sort and re-filter the tree after saving changes.
|
| EndCurrentEdit(Boolean) | Posts the focused node’s values to the data source and optionally re-sorts and re-filters the tree. |
| EndDelete() | Enables deletion updates after calling the TreeList.BeginDelete method and forces an immediate update. |
| EndInit() | Notifies the control that the initialization has been completed. Inherited from EditorContainer. |
| EndInvoke(IAsyncResult) | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. Inherited from Control. |
| EndSelection() | Enables selection updates after calling the TreeList.BeginSelection method and forces an immediate update. |
| EndSort() | Forces the control to update itself after the TreeList.BeginSort method has been called. |
| EndUnboundLoad() | Forces the control to update itself after the TreeList.BeginUnboundLoad method has been called. |
| EndUpdate() | Unlocks the TreeList object after a call to the BeginUpdate method and causes an immediate visual update. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| ExpandAll() | Expands all Tree List nodes. |
| ExpandToLevel(Int32) | Expands nodes up to the specified level. |
| ExportToCsv(Stream, CsvExportOptions) | Exports the control’s data to the specified stream in CSV format using the specified options. |
| ExportToCsv(Stream) | Exports data to the specified stream in CSV format. |
| ExportToCsv(String, CsvExportOptions) | Exports the control’s data to the specified file in CSV format using the specified options. |
| ExportToCsv(String) | Exports the Tree List’s data to the specified CSV file. |
| ExportToDocx(Stream, DocxExportOptions) | Exports the control’s data in the Office Open XML format (DOCX file) and sends it to the specified stream. |
| ExportToDocx(Stream) | Exports the control’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream. |
| ExportToDocx(String, DocxExportOptions) | Exports the control’s data in the Office Open XML format and saves it to the specified DOCX file. |
| ExportToDocx(String) | Exports the control’s data in the Office Open XML file format and saves it to the specified DOCX file. |
| ExportToHtml(Stream, HtmlExportOptions) | Exports the control’s data to the specified stream in HTML format using the specified options. |
| ExportToHtml(Stream) | Exports the Tree List’s data as HTML and sends it to the specified stream. |
| ExportToHtml(String, HtmlExportOptions) | Exports the control’s data to the specified file in HTML format using the specified options. |
| ExportToHtml(String) | Exports the Tree List’s data to the specified file as HTML. |
| ExportToMht(Stream, MhtExportOptions) | Exports the control’s data to the specified stream in MHT format using the specified options. |
| ExportToMht(Stream, String, String, Boolean) | Obsolete. Exports the control’s data to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. |
| ExportToMht(String, MhtExportOptions) | Exports the control’s data to the specified file in MHT format using the specified options. |
| ExportToMht(String, String, String, Boolean) | Obsolete. Exports the control’s data to a file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. |
| ExportToMht(String, String) | Obsolete. Exports the control’s data to a file in MHT format using the specified character encoding. |
| ExportToPdf(Stream, PdfExportOptions) | Exports the control’s data to the specified stream in PDF format using the specified options. |
| ExportToPdf(Stream) | Exports the Tree List’s data to a PDF document and sends it to the specified stream. |
| ExportToPdf(String, PdfExportOptions) | Exports the control’s data to the specified file in PDF format using the specified options. |
| ExportToPdf(String) | Exports the Tree List’s data to the specified PDF file. |
| ExportToRtf(Stream) | Exports the Tree List’s data as Rich Text and sends it to the specified stream. |
| ExportToRtf(String) | Exports the Tree List’s data to the specified RTF file. |
| ExportToText(Stream, TextExportOptions) | Exports the control’s data to the specified stream in Text format using the specified options. |
| ExportToText(Stream) | Exports the Tree List’s data to a text document and sends it to the specified stream. |
| ExportToText(String, TextExportOptions) | Exports the control’s data to the specified file in Text format using the specified options. |
| ExportToText(String) | Exports the Tree List’s data to a text file at the specified path. |
| ExportToXls(Stream, XlsExportOptions) | Exports the control’s data to the specified stream in XLS format using the specified options. |
| ExportToXls(Stream) | Exports the Tree List’s data as XLS and sends it to the specified stream. |
| ExportToXls(String, XlsExportOptions) | Exports the control’s data to the specified file in XLS format using the specified options. |
| ExportToXls(String) | Exports the Tree List’s data to the specified file as XLS. |
| ExportToXlsx(Stream, XlsxExportOptions) | Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options. |
| ExportToXlsx(Stream) | Exports data to the specified stream in XLSX (MS Excel 2007) format. |
| ExportToXlsx(String, XlsxExportOptions) | Exports data to a file in XLSX (MS Excel 2007) format using the specified options. |
| ExportToXlsx(String) | Exports data to the specified file in XLSX (MS Excel 2007) format. |
| ExportToXml(Stream) | Exports the Tree List’s data as XML and sends it to the specified stream. |
| ExportToXml(String) | Exports the Tree List’s data to the specified file as XML. |
| FilterNodes() | Forces the Tree List control to re-filter its data. |
| FilterNodes(TreeListNodes) | Forces data filtering for the specified node collection. |
| FindForm() | Retrieves the form that the control is on. Inherited from Control. |
| FindNode(Predicate<TreeListNode>) | Returns the first node that matches the specified criteria. |
| FindNodeByFieldValue(String, Object) | Returns a node by its field value. |
| FindNodeByID(Int32) | Returns the node specified by its identifier. |
| FindNodeByKeyID(Object) | Returns the node by its key field value. |
| FindNodes(Predicate<TreeListNode>) | Returns all nodes that match the specific criteria. |
| FireChanged() | Forces an update to the control’s properties listed within the property grid at design time. |
| Focus() | Sets input focus to the control. Inherited from Control. |
| FocusNewItemNode() | Sets focus to the New Item Row. |
| ForceInitialize() | Forces the Tree List to finish its initialization. |
| FromChildHandle(IntPtr) static | Retrieves the control that contains the specified handle. Inherited from Control. |
| FromHandle(IntPtr) static | Returns the control that is currently associated with the specified handle. Inherited from Control. |
| FullCollapse() | Obsolete. Collapses all expanded nodes within the XtraTreeList. |
| FullExpand() | Obsolete. Expands all nodes within the XtraTreeList. |
| FullExpandNode(TreeListNode) | Obsolete. Expands all child nodes of a specific node. |
| GetAllCheckedNodes() | Returns the list of checked nodes. |
| GetAutoFilterValue(TreeListColumn) | Returns the filtering value of an automatic filtering row cell that belongs to the specific Tree List column. |
| GetAutoSizeMode() protected | Retrieves a value indicating how a control will behave when its AutoSize property is enabled. Inherited from Control. |
| GetChildAtPoint(Point, GetChildAtPointSkip) | Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. Inherited from Control. |
| GetChildAtPoint(Point) | Retrieves the child control that is located at the specified coordinates. Inherited from Control. |
| GetColumnByColumnHandle(Int32) | Gets the column by the bound field’s index within the data source. |
| GetColumnByVisibleIndex(Int32) | Returns a column by its visible index. |
| GetColumnError(TreeListColumn) | Gets the error description for the focused cell or the entire focused node. |
| GetColumnErrorType(TreeListColumn) | Gets the type of the error associated with the specified cell in the currently focused node. |
| GetColumnHeaderBestWidth(TreeListColumn) | Returns the column header width that allows the content to be displayed in its entirety. |
| GetContainerControl() | Returns the next ContainerControl up the control’s chain of parent controls. Inherited from Control. |
| GetDataRecordByNode(TreeListNode) | Returns a data row associated with the node specified. |
| GetDataRow(Int32) | Returns a DataRow in the bound DataTable that contains data for the specified node. |
| GetEditorShowMode(TreeListNode) | Gets the actual TreeListOptionsBehavior.EditorShowMode property value for this specific node. |
| GetFocusedDataRow() | Returns a DataRow in the bound DataTable that contains data for the focused node. |
| GetFocusedDisplayText() | Returns the display text of the currently focused Tree List cell. |
| GetFocusedRow() | Returns an Object in the bound data source that contains data for the focused node. |
| GetFocusedRowCellDisplayText(TreeListColumn) | Returns the text displayed by a Tree List cell that resides within the currently focused data row. |
| GetFocusedRowCellDisplayText(String) | Returns the string/text displayed in the specified cell in the focused node. |
| GetFocusedRowCellValue(TreeListColumn) | Retrieves the value stored within the required cell of the currently focused row. |
| GetFocusedRowCellValue(String) | Returns the value of the specified cell in the focused node. |
| GetGroupSummaryValue(TreeListColumn, TreeListNodes) | Returns a summary value calculated against the specified group of nodes. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetHitInfo(Point) | Obsolete. Returns information on the current TreeList control at a specified point. |
| GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| GetNextControl(Control, Boolean) | Retrieves the next control forward or back in the tab order of child controls. Inherited from Control. |
| GetNodeAt(Point) | Returns the Tree List node located under the target coordinates. |
| GetNodeAt(Int32, Int32) | Returns the Tree List node located under the target coordinates. |
| GetNodeByVisibleIndex(Int32) | Returns a node with the specified index among the visible nodes. |
| GetNodeIndex(TreeListNode) | Gets the specified node’s index. |
| GetNodeList() | Returns a list of all nodes in the TreeList. |
| GetPreferredSize(Size) | Retrieves the size of a rectangular area into which a control can be fitted. Inherited from Control. |
| GetRow(Int32) | Returns an Object in the bound data source that contains data for the specified node. |
| GetRowCellDisplayText(TreeListNode, TreeListColumn) | Returns the text displayed by a specific Tree List cell. |
| GetRowCellDisplayText(TreeListNode, String) | Returns the string/text displayed in the specified cell. |
| GetRowCellValue(TreeListNode, TreeListColumn) | Retrieves the value stored within the required cell. |
| GetRowCellValue(TreeListNode, String) | Returns the value of the specified cell. |
| GetScaledBounds(Rectangle, SizeF, BoundsSpecified) protected | Retrieves the bounds within which the control is scaled. Inherited from Control. |
| GetScrollAnnotations(ScrollAnnotationKind) | Returns informaiton on scroll annotations of the specified kind. |
| GetSelectedCells() | Returns the list of currently selected cells. |
| GetSelectedCells(TreeListNode) | Returns the list of columns currently selected in the specified node. |
| GetService(Type) protected | Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
| GetSortColumn(Int32) | Gets the column involved in sorting by its index within the sort column collection. |
| GetStyle(ControlStyles) protected | Retrieves the value of the specified control style bit for the control. Inherited from Control. |
| GetSummaryValue(TreeListColumn, Boolean) | Returns a summary value calculated against all the Tree List nodes or against the root nodes only. |
| GetSummaryValue(TreeListColumn) | Returns a summary value calculated against all the Tree List nodes or against the root nodes only. |
| GetToolTipController() | Returns the actual tooltip controller that controls the behavior and appearance of hints for the container editor. Inherited from EditorContainer. |
| GetTopLevel() protected | Determines if the control is a top-level control. Inherited from Control. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| GetVisibleIndexByNode(TreeListNode) | Returns the index of the specified node among the visible nodes. |
| Hide() | Conceals the control from the user. Inherited from Control. |
| HideCustomization() | Closes the Customization Form. |
| HideEditor() | Switches the TreeList control from edit to browse mode without saving changes. |
| HideFindPanel() | Hides the Find Panel. |
| HideLoadingPanel() | Hides the animated Loading Panel indicating the data load process. |
| ImportFromXml(Stream) | Imports the data to the Tree List from the specified stream. |
| ImportFromXml(String) | Imports the data to the Tree List from the XML file. |
| IndentNodes(IEnumerable<TreeListNode>, Boolean) | For internal use. |
| InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| InitLayout() protected | Called after the control has been added to another container. Inherited from Control. |
| InternalGetService(Type) | This method supports the internal infrastructure and is not intended to be called directly from your code. |
| Invalidate() | Invalidates the entire surface of the control and causes the control to be redrawn. Inherited from Control. |
| Invalidate(Boolean) | Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. Inherited from Control. |
| Invalidate(Rectangle, Boolean) | Invalidates the specified region of the control (adds it to the control’s update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. Inherited from Control. |
| Invalidate(Rectangle) | Invalidates the specified region of the control (adds it to the control’s update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Inherited from Control. |
| Invalidate(Region, Boolean) | Invalidates the specified region of the control (adds it to the control’s update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. Inherited from Control. |
| Invalidate(Region) | Invalidates the specified region of the control (adds it to the control’s update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Inherited from Control. |
| InvalidateBand(TreeListBand) | Invalidates the specified band header. |
| InvalidateBandPanel() | Invalidates the band panel. |
| InvalidateCell(TreeListNode, TreeListColumn) | Invalidates the specified cell. |
| InvalidateColumnHeader(TreeListColumn) | Invalidates the header of the specified column. |
| InvalidateColumnPanel() | Invalidates the column header panel. |
| InvalidateFilterPanel() | Invalidates the Filter Panel. |
| InvalidateNode(TreeListNode) | Invalidates the specified node. |
| InvalidateNodes() | Invalidates all visible nodes and row footers. |
| InvalidateRow(RowInfo) | Invalidates the node that corresponds to the specified view information. |
| InvalidateRowPreview(TreeListNode) | Invalidates the preview section in the specified node. |
| InvalidateScrollAnnotations() | Invalidates scrollbar annotations, and causes them to be redrawn. |
| InvalidateSummaryFooterPanel() | Invalidates the summary footer panel. |
| Invoke(Delegate, Object[]) | Executes the specified delegate, on the thread that owns the control’s underlying window handle, with the specified list of arguments. Inherited from Control. |
| Invoke(Delegate) | Executes the specified delegate on the thread that owns the control’s underlying window handle. Inherited from Control. |
| InvokeGotFocus(Control, EventArgs) protected | Raises the GotFocus event for the specified control. Inherited from Control. |
| InvokeLostFocus(Control, EventArgs) protected | Raises the LostFocus event for the specified control. Inherited from Control. |
| InvokeMenuItemClick(TreeListMenuItemClickEventArgs) | This member supports the Tree List’s infrastructure and should not be used from your code. |
| InvokeOnClick(Control, EventArgs) protected | Raises the Click event for the specified control. Inherited from Control. |
| InvokePaint(Control, PaintEventArgs) protected | Raises the Paint event for the specified control. Inherited from Control. |
| InvokePaintBackground(Control, PaintEventArgs) protected |
Raises the PaintBackground event for the specified control.
Inherited from Control. |
| IsAutoFilterNode(TreeListNode) | Gets whether the specified node is an Automatic Filtering Row. |
| IsCellSelected(TreeListNode, TreeListColumn) | Returns whether the cell in the specified node and column is currently selected. |
| IsColumnAllowFilterEditor(TreeListColumn) | Checks whether or not the Filter Editor dialog is available for the specific Tree List column. |
| IsKeyLocked(Keys) static | Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect. Inherited from Control. |
| IsMnemonic(Char, String) static | Determines if the specified character is the mnemonic character assigned to the control in the specified string. Inherited from Control. |
| IsNewItemRow(TreeListNode) | Identifies whether the specified node is the New Item Row. |
| IsNodeVisible(TreeListNode) static | Indicates whether a specific TreeListNode is currently visible. |
| IsRootNode(TreeListNode) | Returns whether the specified node is a root node. |
| LayoutChanged() | Called when global changes are applied to the TreeList object. |
| LockReloadNodes() | In bound mode, prevents updates of the tree structure when adding and deleting nodes and changing nodes’ parents via the Tree List or data source, until the TreeList.UnlockReloadNodes method is called. |
| MakeColumnVisible(TreeListColumn) | Scrolls the control’s content so that the specified column becomes visible on screen. |
| MakeNodeVisible(TreeListNode) | Makes visible the TreeListNode specified via the parameter. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
| MoveFirst() | Moves focus to the first node. |
| MoveLast() | Moves focus to the last node within the current TreeList. |
| MoveLastVisible() | Moves focus to the last visible node within the current TreeList. |
| MoveNext() | Moves focus to the node following the currently focused one, while expanding collapsed nodes, when required. |
| MoveNextVisible() | Moves focus to the next visible node following the currently focused one. |
| MoveNode(TreeListNode, TreeListNode, Boolean, Int32) | Moves the TreeListNode specified via the sourceNode parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter. |
| MoveNode(TreeListNode, TreeListNode, Boolean) | Moves the selected node to the specified node’s child collection. |
| MoveNode(TreeListNode, TreeListNode) | Moves the TreeListNode specified via the sourceNode parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter. |
| MoveNodes(IEnumerable<TreeListNode>, TreeListNode, Boolean, Int32) | Moves the TreeListNode objects specified via the sourceNodes parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter. |
| MovePrev() | Moves focus to the node that precedes the currently focused one, while expanding collapsed nodes, when required. |
| MovePrevVisible() | Moves focus to the visible node preceding the currently focused one. |
| MoveToNextScrollAnnotation(ScrollAnnotationKind) | Moves the focus to the next node with a scrollbar annotation of the specified kind. |
| MoveToParent() | Moves the node focus to the parent node of the currently focused node. |
| MoveToPrevScrollAnnotation(ScrollAnnotationKind) | Moves the focus to the previous node with a scrollbar annotation of the specified kind. |
| NotifyInvalidate(Rectangle) protected | Raises the Invalidated event with a specified region of the control to invalidate. Inherited from Control. |
| OnAutoSizeChanged(EventArgs) protected | Raises the AutoSizeChanged event. Inherited from Control. |
| OnBackColorChanged(EventArgs) protected | Raises the BackColorChanged event. Inherited from Control. |
| OnBackgroundImageChanged(EventArgs) protected | Raises the BackgroundImageChanged event. Inherited from Control. |
| OnBackgroundImageLayoutChanged(EventArgs) protected | Raises the BackgroundImageLayoutChanged event. Inherited from Control. |
| OnCausesValidationChanged(EventArgs) protected | Raises the CausesValidationChanged event. Inherited from Control. |
| OnChangeUICues(UICuesEventArgs) protected | Raises the ChangeUICues event. Inherited from Control. |
| OnClientSizeChanged(EventArgs) protected | Raises the ClientSizeChanged event. Inherited from Control. |
| OnContextMenuChanged(EventArgs) protected | Raises the ContextMenuChanged event. Inherited from Control. |
| OnContextMenuStripChanged(EventArgs) protected | Raises the ContextMenuStripChanged event. Inherited from Control. |
| OnControlAdded(ControlEventArgs) protected | Raises the ControlAdded event. Inherited from Control. |
| OnControlRemoved(ControlEventArgs) protected | Raises the ControlRemoved event. Inherited from Control. |
| OnCursorChanged(EventArgs) protected | Raises the CursorChanged event. Inherited from Control. |
| OnDockChanged(EventArgs) protected | Raises the DockChanged event. Inherited from Control. |
| OnFontChanged(EventArgs) protected | Raises the FontChanged event. Inherited from Control. |
| OnForeColorChanged(EventArgs) protected | Raises the ForeColorChanged event. Inherited from Control. |
| OnGiveFeedback(GiveFeedbackEventArgs) protected | Raises the GiveFeedback event. Inherited from Control. |
| OnHelpRequested(HelpEventArgs) protected | Raises the HelpRequested event. Inherited from Control. |
| OnImeModeChanged(EventArgs) protected | Raises the ImeModeChanged event. Inherited from Control. |
| OnInvalidated(InvalidateEventArgs) protected | Raises the Invalidated event. Inherited from Control. |
| OnLayout(LayoutEventArgs) protected | Raises the Layout event. Inherited from Control. |
| OnLocationChanged(EventArgs) protected | Raises the LocationChanged event. Inherited from Control. |
| OnMarginChanged(EventArgs) protected | Raises the MarginChanged event. Inherited from Control. |
| OnMouseCaptureChanged(EventArgs) protected | Raises the MouseCaptureChanged event. Inherited from Control. |
| OnMouseHover(EventArgs) protected | Raises the MouseHover event. Inherited from Control. |
| OnMove(EventArgs) protected | Raises the Move event. Inherited from Control. |
| OnNotifyMessage(Message) protected | Notifies the control of Windows messages. Inherited from Control. |
| OnPaddingChanged(EventArgs) protected | Raises the PaddingChanged event. Inherited from Control. |
| OnParentBackColorChanged(EventArgs) protected | Raises the BackColorChanged event when the BackColor property value of the control’s container changes. Inherited from Control. |
| OnParentBackgroundImageChanged(EventArgs) protected | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control’s container changes. Inherited from Control. |
| OnParentBindingContextChanged(EventArgs) protected | Raises the BindingContextChanged event when the BindingContext property value of the control’s container changes. Inherited from Control. |
| OnParentCursorChanged(EventArgs) protected | Raises the CursorChanged event. Inherited from Control. |
| OnParentEnabledChanged(EventArgs) protected | Raises the EnabledChanged event when the Enabled property value of the control’s container changes. Inherited from Control. |
| OnParentFontChanged(EventArgs) protected | Raises the FontChanged event when the Font property value of the control’s container changes. Inherited from Control. |
| OnParentForeColorChanged(EventArgs) protected | Raises the ForeColorChanged event when the ForeColor property value of the control’s container changes. Inherited from Control. |
| OnParentRightToLeftChanged(EventArgs) protected | Raises the RightToLeftChanged event when the RightToLeft property value of the control’s container changes. Inherited from Control. |
| OnParentVisibleChanged(EventArgs) protected | Raises the VisibleChanged event when the Visible property value of the control’s container changes. Inherited from Control. |
| OnPreviewKeyDown(PreviewKeyDownEventArgs) protected | Raises the PreviewKeyDown event. Inherited from Control. |
| OnPrint(PaintEventArgs) protected | Raises the Paint event. Inherited from Control. |
| OnRegionChanged(EventArgs) protected | Raises the RegionChanged event. Inherited from Control. |
| OnSizeChanged(EventArgs) protected | Raises the SizeChanged event. Inherited from Control. |
| OnStyleChanged(EventArgs) protected | Raises the StyleChanged event. Inherited from Control. |
| OnTabIndexChanged(EventArgs) protected | Raises the TabIndexChanged event. Inherited from Control. |
| OnTextChanged(EventArgs) protected | Raises the TextChanged event. Inherited from Control. |
| OutdentNodes(IEnumerable<TreeListNode>, Boolean) | For internal use. |
| PasteFromClipboard() | Pastes data from clipboard in the Tree List according to the current ClipboardOptions.PasteMode and TreeListOptionsClipboard.PasteAsChildNodes settings (available from the TreeList.OptionsClipboard object). |
| PerformLayout() | Forces the control to apply layout logic to all its child controls. Inherited from Control. |
| PerformLayout(Control, String) | Forces the control to apply layout logic to all its child controls. Inherited from Control. |
| PointToClient(Point) | Computes the location of the specified screen point into client coordinates. Inherited from Control. |
| PointToScreen(Point) | Computes the location of the specified client point into screen coordinates. Inherited from Control. |
| PopulateColumns() | Creates columns for all public fields in the bound data source. |
| PostEditor() | Posts edited cell’s value to the associated data source. |
| PreProcessControlMessage(Message) | Preprocesses keyboard or input messages within the message loop before they are dispatched. Inherited from Control. |
| PreProcessMessage(Message) | Preprocesses keyboard or input messages within the message loop before they are dispatched. Inherited from Control. |
| Print() | Prints the data displayed in the control. |
| PrintDialog() | Opens the Print dialog that allows a user to print the data displayed in the control. |
| ProcessCmdKey(Message, Keys) protected | Processes a command key. Inherited from Control. |
| ProcessDialogChar(Char) protected | Processes a dialog character. Inherited from Control. |
| ProcessKeyEventArgs(Message) protected | Processes a key message and generates the appropriate control events. Inherited from Control. |
| ProcessKeyMessage(Message) protected | Processes a keyboard message. Inherited from Control. |
| ProcessKeyPreview(Message) protected | Previews a keyboard message. Inherited from Control. |
| ProcessMnemonic(Char) protected | Processes a mnemonic character. Inherited from Control. |
| RaiseDragEvent(Object, DragEventArgs) protected | Raises the appropriate drag event. Inherited from Control. |
| RaiseKeyEvent(Object, KeyEventArgs) protected | Raises the appropriate key event. Inherited from Control. |
| RaiseMouseEvent(Object, MouseEventArgs) protected | Raises the appropriate mouse event. Inherited from Control. |
| RaisePaintEvent(Object, PaintEventArgs) protected | Raises the appropriate paint event. Inherited from Control. |
| RecreateHandle() protected | Forces the re-creation of the handle for the control. Inherited from Control. |
| RectangleToClient(Rectangle) | Computes the size and location of the specified screen rectangle in client coordinates. Inherited from Control. |
| RectangleToScreen(Rectangle) | Computes the size and location of the specified client rectangle in screen coordinates. Inherited from Control. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ReflectMessage(IntPtr, Message) protected static | Reflects the specified message to the control that is bound to the specified handle. Inherited from Control. |
| Refresh() | Forces the Tree List to invalidate its client area and immediately redraw itself. |
| Refresh(Boolean) | Calls the Control.Refresh method, and optionally, clears all automatically calculated node heights. |
| RefreshCell(TreeListNode, TreeListColumn) | Refreshes the specified cell. |
| RefreshDataSource() | Updates the Tree List control to reflect changes made to a data source. |
| RefreshEditor(Boolean) | Refreshes the appearance and value of the active editor. |
| RefreshNode(TreeListNode) | Refreshes the specified node. |
| RefreshScrollAnnotations(ScrollAnnotationKind, Int32[]) | Updates scrollbar annotations of the specified kind for the specified nodes, and causes them to be redrawn. |
| RefreshScrollAnnotations(ScrollAnnotationKind) | Updates scrollbar annotations of the specified kind, and causes them to be redrawn. |
| ResetAutoFilterCondition(TreeListColumn) | Resets the specified column’s auto filter row condition to its default value. |
| ResetAutoFilterConditions() | Resets all columns’ auto filter row conditions to their default values. |
| ResetAutoFilterConditions(IEnumerable<TreeListColumn>) | Resets the specified columns’ auto filter row conditions to their default values. |
| ResetBackColor() | Resets the BackColor property to its default value. Inherited from Control. |
| ResetBindings() | Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. Inherited from Control. |
| ResetCursor() | Resets the Cursor property to its default value. Inherited from Control. |
| ResetEditorsCache(RepositoryItem) | For internal use. Inherited from EditorContainer. |
| ResetEditorsCache(Type) | For internal use. Inherited from EditorContainer. |
| ResetFont() | Resets the Font property to its default value. Inherited from Control. |
| ResetForeColor() | Resets the ForeColor property to its default value. Inherited from Control. |
| ResetImeMode() | Resets the ImeMode property to its default value. Inherited from Control. |
| ResetMouseEventArgs() protected | Resets the control to handle the MouseLeave event. Inherited from Control. |
| ResetRightToLeft() | Resets the RightToLeft property to its default value. Inherited from Control. |
| ResetText() | Resets the Text property to its default value (Empty). Inherited from Control. |
| RestoreLayoutFromJson(Stream, OptionsLayoutBase) |
Loads the TreeList’s layout settings specified by the options parameter from a file in JSON format.
|
| RestoreLayoutFromJson(Stream) | Loads the TreeList’s layout settings specified by the OptionsLayout property from a file in JSON format. |
| RestoreLayoutFromRegistry(String, OptionsLayoutBase) | Restores the control’s layout stored at the specified system registry path, using the specified options. |
| RestoreLayoutFromRegistry(String) | Restores the control layout stored at the specified system registry path. |
| RestoreLayoutFromStream(Stream, OptionsLayoutBase) | Loads the control’s layout from a stream, using the specified options. |
| RestoreLayoutFromStream(Stream) | Loads the control’s layout from a stream. |
| RestoreLayoutFromXml(String, OptionsLayoutBase) | Loads a control’s layout from the specified XML file, using the specified options. |
| RestoreLayoutFromXml(String) | Loads a control’s layout from the specified XML file. |
| ResumeLayout() | Resumes usual layout logic. Inherited from Control. |
| ResumeLayout(Boolean) | Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. Inherited from Control. |
| RtlTranslateAlignment(ContentAlignment) protected | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. Inherited from Control. |
| RtlTranslateAlignment(HorizontalAlignment) protected | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. Inherited from Control. |
| RtlTranslateAlignment(LeftRightAlignment) protected | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. Inherited from Control. |
| RtlTranslateContent(ContentAlignment) protected | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. Inherited from Control. |
| RtlTranslateHorizontal(HorizontalAlignment) protected | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. Inherited from Control. |
| RtlTranslateLeftRight(LeftRightAlignment) protected | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. Inherited from Control. |
| SaveLayoutToJson(Stream, OptionsLayoutBase) | Saves the TreeList’s layout settings specified by the OptionsLayout property to a file in JSON format. |
| SaveLayoutToJson(Stream) | Saves the TreeList’s layout settings specified by the OptionsLayout property to a file in JSON format. |
| SaveLayoutToRegistry(String, OptionsLayoutBase) | Saves the control’s layout to the specified system registry path, using the specified options. |
| SaveLayoutToRegistry(String) | Saves the control’s layout to the specified system registry path. |
| SaveLayoutToStream(Stream, OptionsLayoutBase) | Saves the control’s layout to a stream, using the specified options. |
| SaveLayoutToStream(Stream) | Saves the control’s layout to a stream. |
| SaveLayoutToXml(String, OptionsLayoutBase) | Saves a control’s layout to a specified XML file, using the specified options. |
| SaveLayoutToXml(String) | Saves a control’s layout to a specified XML file. |
| Scale(SizeF) | Scales the control and all child controls by the specified scaling factor. Inherited from Control. |
| Scale(Single, Single) | Scales the entire control and any child controls. Inherited from Control. |
| Scale(Single) | Scales the control and any child controls. Inherited from Control. |
| ScaleCore(Single, Single) protected | This method is not relevant for this class. Inherited from Control. |
| Select() | Activates the control. Inherited from Control. |
| Select(Boolean, Boolean) protected | Activates a child control. Optionally specifies the direction in the tab order to select the control from. Inherited from Control. |
| SelectAll() | Selects all currently visible nodes. |
| SelectCell(TreeListNode, TreeListColumn) | Selects the cell in the specified node and column. |
| SelectCells(TreeListNode, TreeListColumn, TreeListNode, TreeListColumn) | Selects cells in the specified range. |
| SelectCells(Int32, String, Int32, String) | Selects cells in the specified range by data source IDs. |
| SelectNextControl(Control, Boolean, Boolean, Boolean, Boolean) | Activates the next control. Inherited from Control. |
| SelectNode(TreeListNode) | Selects the specified node. This method is in effect only when multi-node selection is available. Otherwise, assign a required node to the FocusedNode property. |
| SelectNodes(TreeListNode, TreeListNode) | Selects nodes in the specified range. |
| SelectNodes(Int32, Int32) | Selects nodes in the specified range by data source IDs. |
| SendToBack() | Sends the control to the back of the z-order. Inherited from Control. |
| SetAutoFilterValue(TreeListColumn, Object, AutoFilterCondition) | Assigns a required value to a automatic filtering row cell owned by a specific Tree List column. |
| SetAutoSizeMode(AutoSizeMode) protected | Sets a value indicating how a control will behave when its AutoSize property is enabled. Inherited from Control. |
| SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | Sets the specified bounds of the control to the specified location and size. Inherited from Control. |
| SetBounds(Int32, Int32, Int32, Int32) | Sets the bounds of the control to the specified location and size. Inherited from Control. |
| SetClientSizeCore(Int32, Int32) protected | Sets the size of the client area of the control. Inherited from Control. |
| SetColumnError(TreeListColumn, String, ErrorType) | Sets an error description and an error type for the specified cell within the focused node. |
| SetColumnError(TreeListColumn, String) | Sets an error description for a cell within the focused node or for the entire focused node. |
| SetColumnPosition(TreeListColumn, Int32, Int32) | Moves the specified column to the specified position among visible columns belonging to the same band. |
| SetDefaultBehaviorOptions() | Sets the options provided by the TreeList.OptionsBehavior property to their default values. |
| SetDefaultCustomizationOptions() | Sets the options provided by the TreeList.OptionsCustomization property to their default values. |
| SetDefaultNavigationOptions() | Sets the options provided by the TreeList.OptionsNavigation property to their default values. |
| SetDefaultOptionsView() | Sets the options provided by the TreeList.OptionsView property to their default values. |
| SetDefaultPrintOptions() | Sets the options provided by the TreeList.OptionsPrint property to their default values. |
| SetDefaultRowHeight() | Activates automatic row height adjustment. |
| SetDefaultSelectionOptions() | Sets the options provided by the TreeList.OptionsSelection property to their default values. |
| SetFocusedNode(TreeListNode) | Sets focus to a specific node within the current TreeList control. |
| SetFocusedRowCellValue(TreeListColumn, Object) | Assigns a value to the specified column within the currently focused data row. |
| SetFocusedRowCellValue(String, Object) | Assigns the required value to a cell within the focused Tree List node. |
| SetFocusedValue(Object) | Assigns the required value to the focused Tree List cell. |
| SetNodeCheckState(TreeListNode, CheckState, Boolean) | Sets the node’s check state. Allows you to set the check state for child and parent (if all child nodes are checked or unchecked) nodes. |
| SetNodeCheckState(TreeListNode, CheckState) | Sets the node’s check state to the specified value. |
| SetNodeIndex(TreeListNode, Int32) | Moves the specified node to a new position within its parent node’s child collection. |
| SetRowCellValue(TreeListNode, TreeListColumn, Object) | Sets the TreeList cell to a specific value. |
| SetRowCellValue(TreeListNode, String, Object) | Sets the TreeList cell to a specific value. |
| SetSearchControl(ISearchControl) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| SetSelectionAnchor(TreeListNode, TreeListColumn) | When users select multiple nodes, the selection starts from the selection anchor, rather than the currently focused node. Call the SetSelectionAnchor method to set this selection anchor. |
| SetStyle(ControlStyles, Boolean) protected |
Sets a specified ControlStyles flag to either true or false.
Inherited from Control. |
| SetTopLevel(Boolean) protected | Sets the control as the top-level control. Inherited from Control. |
| SetVisibleCore(Boolean) protected | Sets the control to the specified visible state. Inherited from Control. |
| Show() | Displays the control to the user. Inherited from Control. |
| ShowAutoFilterConditionsMenu(TreeListColumn) | Invokes the condition selector’s menu for the specific column in the automatic filtering row. |
| ShowContextMenu() | Displays a node context menu for the focused cell. |
| ShowCustomization() | Displays the Customization Form. |
| ShowCustomization(Point) | Displays the Customization Form at the specified point. |
| ShowEditForm(TreeListNode) |
Opens the Edit Form for the specific Tree List node. If the node parameter is not set, the Edit Form opens for the currently focused node.
|
| ShowEditor() | Switches the TreeList control to edit mode. |
| ShowEditor(String) | Moves focus to the specified cell in the focused node and switches the TreeList control to edit mode (activates the cell’s editor). |
| ShowFilterEditor(TreeListColumn) | Shows the Filter Editor. |
| ShowFilterPopup(TreeListColumn) | Shows the filter pop-up menu for the specified column. |
| ShowFindPanel() | Displays the Find Panel. |
| ShowLoadingPanel() | Shows the animated Loading Panel indicating the data load process. |
| ShowPrintPreview() | Opens the Print Preview window, which displays commands in bars. |
| ShowRibbonPrintPreview() | Opens the Print Preview window, which displays commands in a ribbon. |
| ShowUnboundExpressionEditor(TreeListColumn) | Invokes an Expression Editor that enables editing an expression for the specified unbound column. |
| SizeFromClientSize(Size) protected | Determines the size of the entire control from the height and width of its client area. Inherited from Control. |
| Sort(TreeListNode, TreeListColumn, SortOrder, Boolean) | Sorts the specified node’s children against a column. Allows you to sort root nodes. |
| Sort(TreeListNode, IComparer<TreeListNode>, Boolean) | Sorts the specified node’s children using the specified IComparer object. Allows you to sort root nodes. |
| StartIncrementalSearch(String) | Starts an incremental search for the specified string. |
| StopIncrementalSearch() | Stops the incremental search, if there is one currently in progress. |
| SuspendLayout() | Temporarily suspends the layout logic for the control. Inherited from Control. |
| IDropTarget.OnDragDrop(DragEventArgs) | Raises the DragDrop event. Inherited from Control. |
| IDropTarget.OnDragEnter(DragEventArgs) | Raises the DragEnter event. Inherited from Control. |
| IDropTarget.OnDragLeave(EventArgs) | Raises the DragLeave event. Inherited from Control. |
| IDropTarget.OnDragOver(DragEventArgs) | Raises the DragOver event. Inherited from Control. |
| ToString() | Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
| UncheckAll() | Unchecks all nodes in the Tree List control. |
| UnlockReloadNodes() | Updates the control’s tree structure after the TreeList.LockReloadNodes method call, and updates it immediately. |
| UnselectCell(TreeListNode, TreeListColumn) | Discards selection of the cell in the specified intersection. |
| UnselectCells(TreeListNode, TreeListColumn, TreeListNode, TreeListColumn) | Discards selection of the specified range of cells. |
| UnselectCells(Int32, String, Int32, String) | Discards selection of the specified range of cells by data source IDs. |
| UnselectNode(TreeListNode) | Discards selection of the specified node. |
| UnselectNodes(TreeListNode, TreeListNode) | Discards selection of nodes in the specified range. |
| UnselectNodes(Int32, Int32) | Discards selection of nodes in the specified range by data source IDs. |
| Update() | Causes the control to redraw the invalidated regions within its client area. Inherited from Control. |
| UpdateBounds() protected | Updates the bounds of the control with the current size and location. Inherited from Control. |
| UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) protected | Updates the bounds of the control with the specified size, location, and client size. Inherited from Control. |
| UpdateBounds(Int32, Int32, Int32, Int32) protected | Updates the bounds of the control with the specified size and location. Inherited from Control. |
| UpdateStyles() protected | Forces the assigned styles to be reapplied to the control. Inherited from Control. |
| UpdateZOrder() protected | Updates the control in its parent’s z-order. Inherited from Control. |
See Also