Skip to main content
A newer version of this page is available. .

ResourcesTree Methods

The control used to display hierarchically ordered resources for the SchedulerControl.
Name Description
About() static Brings up the About dialog. Inherited from TreeList.
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. Inherited from TreeList.
AccessibleNotifyClients(AccessibleEvents, Int32, Int32) Notifies accessibility client applications of the specified AccessibleEvents event for the specified child control. Inherited from TreeList.
AddFilter(CriteriaOperator) Adds a CriteriaOperator-based filter to the current TreeList. Inherited from TreeList.
AddFilter(String) Adds a predefined filter with a string filtering condition to the current TreeList. Inherited from TreeList.
AppendNode(Object, TreeListNode, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, TreeListNode, CheckState, NodeCheckBoxStyle, Object) Adds a TreeListNode that contains the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, TreeListNode, CheckState, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, TreeListNode, CheckState) Appends a new node with the specified settings. Inherited from TreeList.
AppendNode(Object, TreeListNode) Adds a new TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, CheckState, NodeCheckBoxStyle, Object) Adds a TreeListNode that contains the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, CheckState, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, CheckState) Appends a new node with the specified settings. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32) Appends a new node with the specified settings. Inherited from TreeList.
AppendNode(Object, Int32, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, CheckState, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, CheckState) Appends a new node with the specified settings. Inherited from TreeList.
AppendNode(Object, Int32) Appends a new node containing the specified values to the specified node’s child collection. Inherited from TreeList.
ApplyFindFilter(String) Fills in the Find Panel with the specified query and applies it. Inherited from TreeList.
BeginDelete() Prevents deletion updates until the TreeList.EndDelete method is called. Inherited from TreeList.
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. Inherited from TreeList.
BeginSort() Prevents the tree structure from being changed when changing specific options affecting the order of nodes, until the TreeList.EndSort method is called. Inherited from TreeList.
BeginUnboundLoad()

In unbound mode, prevents updates of the tree structure due to adding, deleting and modifying nodes, until the TreeList.EndUnboundLoad method is called.

Inherited from TreeList.
BeginUpdate() Locks the TreeList, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. Inherited from TreeList.
BestFitColumns() Modifies the width of each visible column so that the contents of its cells are not truncated, if possible. Inherited from TreeList.
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. Inherited from TreeList.
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. Inherited from TreeList.
CancelCurrentEdit() Cancels changes made to focused node cells. Inherited from TreeList.
CancelSort() Unlocks control redrawing after it has been locked by the TreeList.BeginSort method, without causing an immediate visual update. Inherited from TreeList.
CancelUpdate() Unlocks the TreeList object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from TreeList.
CanFilterColumn(TreeListColumn) Gets whether or not the Tree List data can be filtered by the specific column’s data. Inherited from TreeList.
CanIndentNodes(IEnumerable<TreeListNode>) For internal use. Inherited from TreeList.
CanOutdentNodes(IEnumerable<TreeListNode>) For internal use. Inherited from TreeList.
CanSortColumn(TreeListColumn) Gets whether or not the specific TreeListColumn can be sorted. Inherited from TreeList.
CheckActiveEditor(Control) static Inherited from EditorContainer.
CheckAll() Checks all TreeList nodes. Inherited from TreeList.
ClearColumnErrors() Removes the error descriptions for a focused node. Inherited from TreeList.
ClearColumnFilter(TreeListColumn) Removes the filter condition applied to the specified column. Inherited from TreeList.
ClearColumnsFilter() Removes the filter criteria applied to the TreeList. Inherited from TreeList.
ClearDocument() Clears a print/export document. Inherited from TreeList.
ClearFindFilter() Discards the query in the Find Panel. Inherited from TreeList.
ClearFocusedColumn() Removes focus from the focused column. Inherited from TreeList.
ClearNodes() Removes all nodes from the XtraTreeList. Inherited from TreeList.
ClearSelection() Unselects all nodes, and removes them from the TreeList.Selection collection. Inherited from TreeList.
ClearSorting() Clears all the sorting that has been applied to an Tree List control. Inherited from TreeList.
CloseEditForm() Closes the Edit Form. Inherited from TreeList.
CloseEditor() Hides the active editor, saving changes that were made. Inherited from TreeList.
CollapseAll() Collapses all the nodes in the Tree List. Inherited from TreeList.
CollapseToLevel(Int32) Collapses all nodes at the specified and subsequent levels. Inherited from TreeList.
ColumnsCustomization() Invokes the Customization Form. Inherited from TreeList.
ColumnsCustomization(Point) Invokes the Customization Form at the specified screen location. Inherited from TreeList.
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. Inherited from TreeList.
CopyNode(TreeListNode, TreeListNode, Boolean, Boolean, Int32) 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. Inherited from TreeList.
CopyNode(TreeListNode, TreeListNode, Boolean, 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. Inherited from TreeList.
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. Inherited from TreeList.
CopyNodes(IEnumerable<TreeListNode>, TreeListNode, Boolean, Boolean, Int32) Copies the specified nodes to the specified node’s child collection. This method does not update the data source and is intended for use in unbound mode. Inherited from TreeList.
CopyToClipboard() Copies selected nodes to the Clipboard. Inherited from TreeList.
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. Inherited from TreeList.
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. Inherited from TreeList.
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. Inherited from TreeList.
DeleteSelectedNodes() Deletes the selected nodes in multiple selection mode or focused nodes in single selection mode. Inherited from TreeList.
DestroyCustomization() Closes the Customization Form. Inherited from TreeList.
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. Inherited from TreeList.
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. Inherited from TreeList.
DoIncrementalSearch(Boolean) Continues the incremental search that is in progress in the specified direction. Inherited from TreeList.
DrawToBitmap(Bitmap, Rectangle) Supports rendering to the specified bitmap. Inherited from Control.
EndCurrentEdit() Posts the focused node’s values to the data source. Inherited from TreeList.
EndDelete() Enables deletion updates after calling the TreeList.BeginDelete method and forces an immediate update. Inherited from TreeList.
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. Inherited from TreeList.
EndSort() Forces the control to update itself after the TreeList.BeginSort method has been called. Inherited from TreeList.
EndUnboundLoad() Forces the control to update itself after the TreeList.BeginUnboundLoad method has been called. Inherited from TreeList.
EndUpdate() Unlocks the TreeList object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from TreeList.
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. Inherited from TreeList.
ExpandToLevel(Int32) Expands nodes up to the specified level. Inherited from TreeList.
ExportToCsv(Stream, CsvExportOptions) Exports the control’s data to the specified stream in CSV format using the specified options. Inherited from TreeList.
ExportToCsv(Stream) Exports data to the specified stream in CSV format. Inherited from TreeList.
ExportToCsv(String, CsvExportOptions) Exports the control’s data to the specified file in CSV format using the specified options. Inherited from TreeList.
ExportToCsv(String) Exports the Tree List’s data to the specified CSV file. Inherited from TreeList.
ExportToDocx(Stream, DocxExportOptions) Exports the control’s data in the Office Open XML format (DOCX file) and sends it to the specified stream. Inherited from TreeList.
ExportToDocx(Stream) Exports the control’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream. Inherited from TreeList.
ExportToDocx(String, DocxExportOptions) Exports the control’s data in the Office Open XML format and saves it to the specified DOCX file. Inherited from TreeList.
ExportToDocx(String) Exports the control’s data in the Office Open XML file format and saves it to the specified DOCX file. Inherited from TreeList.
ExportToHtml(Stream, HtmlExportOptions) Exports the control’s data to the specified stream in HTML format using the specified options. Inherited from TreeList.
ExportToHtml(Stream) Exports the Tree List’s data as HTML and sends it to the specified stream. Inherited from TreeList.
ExportToHtml(String, HtmlExportOptions) Exports the control’s data to the specified file in HTML format using the specified options. Inherited from TreeList.
ExportToHtml(String) Exports the Tree List’s data to the specified file as HTML. Inherited from TreeList.
ExportToMht(Stream, MhtExportOptions) Exports the control’s data to the specified stream in MHT format using the specified options. Inherited from TreeList.
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. Inherited from TreeList.
ExportToMht(String, MhtExportOptions) Exports the control’s data to the specified file in MHT format using the specified options. Inherited from TreeList.
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. Inherited from TreeList.
ExportToMht(String, String) Obsolete. Exports the control’s data to a file in MHT format using the specified character encoding. Inherited from TreeList.
ExportToPdf(Stream, PdfExportOptions) Exports the control’s data to the specified stream in PDF format using the specified options. Inherited from TreeList.
ExportToPdf(Stream) Exports the Tree List’s data to a PDF document and sends it to the specified stream. Inherited from TreeList.
ExportToPdf(String, PdfExportOptions) Exports the control’s data to the specified file in PDF format using the specified options. Inherited from TreeList.
ExportToPdf(String) Exports the Tree List’s data to the specified PDF file. Inherited from TreeList.
ExportToRtf(Stream) Exports the Tree List’s data as Rich Text and sends it to the specified stream. Inherited from TreeList.
ExportToRtf(String) Exports the Tree List’s data to the specified RTF file. Inherited from TreeList.
ExportToText(Stream, TextExportOptions) Exports the control’s data to the specified stream in Text format using the specified options. Inherited from TreeList.
ExportToText(Stream) Exports the Tree List’s data to a text document and sends it to the specified stream. Inherited from TreeList.
ExportToText(String, TextExportOptions) Exports the control’s data to the specified file in Text format using the specified options. Inherited from TreeList.
ExportToText(String) Exports the Tree List’s data to a text file at the specified path. Inherited from TreeList.
ExportToXls(Stream, XlsExportOptions) Exports the control’s data to the specified stream in XLS format using the specified options. Inherited from TreeList.
ExportToXls(Stream) Exports the Tree List’s data as XLS and sends it to the specified stream. Inherited from TreeList.
ExportToXls(String, XlsExportOptions) Exports the control’s data to the specified file in XLS format using the specified options. Inherited from TreeList.
ExportToXls(String) Exports the Tree List’s data to the specified file as XLS. Inherited from TreeList.
ExportToXlsx(Stream, XlsxExportOptions) Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options. Inherited from TreeList.
ExportToXlsx(Stream) Exports data to the specified stream in XLSX (MS Excel 2007) format. Inherited from TreeList.
ExportToXlsx(String, XlsxExportOptions) Exports data to a file in XLSX (MS Excel 2007) format using the specified options. Inherited from TreeList.
ExportToXlsx(String) Exports data to the specified file in XLSX (MS Excel 2007) format. Inherited from TreeList.
ExportToXml(Stream) Exports the Tree List’s data as XML and sends it to the specified stream. Inherited from TreeList.
ExportToXml(String) Exports the Tree List’s data to the specified file as XML. Inherited from TreeList.
FilterNodes()
FilterNodes(TreeListNodes) Forces data filtering for the specified node collection. Inherited from TreeList.
FindForm() Retrieves the form that the control is on. Inherited from Control.
FindNode(Predicate<TreeListNode>) Returns the first node that matches the specified criteria. Inherited from TreeList.
FindNodeByFieldValue(String, Object) Returns a node by its field value. Inherited from TreeList.
FindNodeByID(Int32) Returns the node specified by its identifier. Inherited from TreeList.
FindNodeByKeyID(Object) Returns the node by its key field value. Inherited from TreeList.
FindNodes(Predicate<TreeListNode>) Returns all nodes that match the specific criteria. Inherited from TreeList.
FireChanged() Forces an update to the control’s properties listed within the property grid at design time. Inherited from TreeList.
Focus() Sets input focus to the control. Inherited from Control.
ForceInitialize() Forces the Tree List to finish its initialization. Inherited from TreeList.
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. Inherited from TreeList.
FullExpand() Obsolete. Expands all nodes within the XtraTreeList. Inherited from TreeList.
FullExpandNode(TreeListNode) Obsolete. Expands all child nodes of a specific node. Inherited from TreeList.
GetAllCheckedNodes() Returns the list of checked nodes. Inherited from TreeList.
GetAutoFilterValue(TreeListColumn) Returns the filtering value of an automatic filtering row cell that belongs to the specific Tree List column. Inherited from TreeList.
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. Inherited from TreeList.
GetColumnByVisibleIndex(Int32) Returns a column by its visible index. Inherited from TreeList.
GetColumnError(TreeListColumn) Gets the error description for the focused cell or the entire focused node. Inherited from TreeList.
GetColumnErrorType(TreeListColumn) Gets the type of the error associated with the specified cell in the currently focused node. Inherited from TreeList.
GetColumnHeaderBestWidth(TreeListColumn) Inherited from TreeList.
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. Inherited from TreeList.
GetDataRow(Int32) Returns a Tree List row as a DataRow object. Inherited from TreeList.
GetEditorShowMode(TreeListNode) Gets the actual TreeListOptionsBehavior.EditorShowMode property value for this specific node. Inherited from TreeList.
GetFocusedDataRow() Returns the focused Tree List row as a DataRow object. Inherited from TreeList.
GetFocusedDisplayText() Returns the display text of the currently focused Tree List cell. Inherited from TreeList.
GetFocusedRow() Retrieves the currently focused Tree List row. Inherited from TreeList.
GetFocusedRowCellDisplayText(TreeListColumn) Returns the text displayed by a Tree List cell that resides within the currently focused data row. Inherited from TreeList.
GetFocusedRowCellValue(TreeListColumn) Retrieves the value stored within the required cell of the currently focused row. Inherited from TreeList.
GetGroupSummaryValue(TreeListColumn, TreeListNodes) Returns a summary value calculated against the specified group of nodes. Inherited from TreeList.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetHitInfo(Point) Obsolete. Returns information on the current TreeList control at a specified point. Inherited from TreeList.
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. Inherited from TreeList.
GetNodeAt(Int32, Int32) Returns the Tree List node located under the target coordinates. Inherited from TreeList.
GetNodeByVisibleIndex(Int32) Returns a node with the specified index among the visible nodes. Inherited from TreeList.
GetNodeIndex(TreeListNode) Gets the specified node’s index. Inherited from TreeList.
GetNodeList() Returns a list of all nodes in the TreeList. Inherited from TreeList.
GetPreferredSize(Size) Retrieves the size of a rectangular area into which a control can be fitted. Inherited from Control.
GetRow(Int32) Retrieves an object that represents the required Tree List row. Inherited from TreeList.
GetRowCellDisplayText(TreeListNode, TreeListColumn) Returns the text displayed by a specific Tree List cell. Inherited from TreeList.
GetRowCellValue(TreeListNode, TreeListColumn) Retrieves the value stored within the required cell. Inherited from TreeList.
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. Inherited from TreeList.
GetSelectedCells() Returns the list of currently selected cells. Inherited from TreeList.
GetSelectedCells(TreeListNode) Returns the list of columns currently selected in the specified node. Inherited from TreeList.
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. Inherited from TreeList.
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. Inherited from TreeList.
GetSummaryValue(TreeListColumn) Returns a summary value calculated against all the Tree List nodes or against the root nodes only. Inherited from TreeList.
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. Inherited from TreeList.
Hide() Conceals the control from the user. Inherited from Control.
HideEditor() Switches the TreeList control from edit to browse mode without saving changes. Inherited from TreeList.
HideFindPanel() Hides the Find Panel. Inherited from TreeList.
HideLoadingPanel() Hides the animated Loading Panel indicating the data load process. Inherited from TreeList.
ImportFromXml(Stream) Imports the data to the Tree List from the specified stream. Inherited from TreeList.
ImportFromXml(String) Imports the data to the Tree List from the XML file. Inherited from TreeList.
IndentNodes(IEnumerable<TreeListNode>, Boolean) For internal use. Inherited from TreeList.
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 member supports the internal infrastructure and is not intended to be used 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. Inherited from TreeList.
InvalidateBandPanel() Invalidates the band panel. Inherited from TreeList.
InvalidateCell(TreeListNode, TreeListColumn) Invalidates the specified cell. Inherited from TreeList.
InvalidateColumnHeader(TreeListColumn) Invalidates the header of the specified column. Inherited from TreeList.
InvalidateColumnPanel() Invalidates the column header panel. Inherited from TreeList.
InvalidateFilterPanel() Invalidates the Filter Panel. Inherited from TreeList.
InvalidateNode(TreeListNode) Invalidates the specified node. Inherited from TreeList.
InvalidateNodes() Invalidates all visible nodes and row footers. Inherited from TreeList.
InvalidateRow(RowInfo) Invalidates the node that corresponds to the specified view information. Inherited from TreeList.
InvalidateScrollAnnotations() Invalidates scrollbar annotations, and causes them to be redrawn. Inherited from TreeList.
InvalidateSummaryFooterPanel() Invalidates the summary footer panel. Inherited from TreeList.
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. Inherited from TreeList.
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. Inherited from TreeList.
IsCellSelected(TreeListNode, TreeListColumn) Returns whether the cell in the specified node and column is currently selected. Inherited from TreeList.
IsColumnAllowFilterEditor(TreeListColumn) Checks whether or not the Filter Editor dialog is available for the specific Tree List column. Inherited from TreeList.
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.
IsNodeVisible(TreeListNode) static Indicates whether a specific TreeListNode is currently visible. Inherited from TreeList.
IsRootNode(TreeListNode) Returns whether the specified node is a root node. Inherited from TreeList.
LayoutChanged() Called when substantial changes are applied to the ResourcesTree 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. Inherited from TreeList.
LogicalToDeviceUnits(Size) Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height. Inherited from Control.
LogicalToDeviceUnits(Int32) Converts a Logical DPI value to its equivalent DeviceUnit DPI value. Inherited from Control.
MakeColumnVisible(TreeListColumn) Scrolls the control’s content so that the specified column becomes visible on screen. Inherited from TreeList.
MakeNodeVisible(TreeListNode) Makes visible the TreeListNode specified via the parameter. Inherited from TreeList.
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. Inherited from TreeList.
MoveLast() Moves focus to the last node within the current TreeList. Inherited from TreeList.
MoveLastVisible() Moves focus to the last visible node within the current TreeList. Inherited from TreeList.
MoveNext() Moves focus to the node following the currently focused one, while expanding collapsed nodes, when required. Inherited from TreeList.
MoveNextVisible() Moves focus to the next visible node following the currently focused one. Inherited from TreeList.
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. Inherited from TreeList.
MoveNode(TreeListNode, TreeListNode, Boolean) Moves the selected node to the specified node’s child collection. Inherited from TreeList.
MoveNode(TreeListNode, TreeListNode) Moves the TreeListNode specified via the sourceNode parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter. Inherited from TreeList.
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. Inherited from TreeList.
MovePrev() Moves focus to the node that precedes the currently focused one, while expanding collapsed nodes, when required. Inherited from TreeList.
MovePrevVisible() Moves focus to the visible node preceding the currently focused one. Inherited from TreeList.
MoveToNextScrollAnnotation(ScrollAnnotationKind) Moves the focus to the next node with a scrollbar annotation of the specified kind. Inherited from TreeList.
MoveToPrevScrollAnnotation(ScrollAnnotationKind) Moves the focus to the previous node with a scrollbar annotation of the specified kind. Inherited from TreeList.
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.
OnDpiChangedAfterParent(EventArgs) protected Raises the DpiChangedAfterParent event. Inherited from Control.
OnDpiChangedBeforeParent(EventArgs) protected Raises the DpiChangedBeforeParent 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.
OnStyleChanged(EventArgs) protected Raises the StyleChanged event. Inherited from Control.
OnTabIndexChanged(EventArgs) protected Raises the TabIndexChanged event. Inherited from Control.
OnTabStopChanged(EventArgs) protected Raises the TabStopChanged event. Inherited from Control.
OnTextChanged(EventArgs) protected Raises the TextChanged event. Inherited from Control.
OutdentNodes(IEnumerable<TreeListNode>, Boolean) For internal use. Inherited from TreeList.
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). Inherited from TreeList.
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 fields in the bound data source. Inherited from TreeList.
PostEditor() Posts edited cell’s value to the associated data source. Inherited from TreeList.
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 Tree List control. Inherited from TreeList.
PrintDialog() Displays the standard Print dialog to print the data displayed in the TreeList control. Inherited from TreeList.
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() Recalculates all graphical information of the current ResourcesTree instance and redraws it.
Refresh(Boolean) Calls the Control.Refresh method, and optionally, clears all automatically calculated node heights. Inherited from TreeList.
RefreshCell(TreeListNode, TreeListColumn) Refreshes the specified cell. Inherited from TreeList.
RefreshDataSource() Updates the Tree List control to reflect changes made to a data source. Inherited from TreeList.
RefreshEditor(Boolean) Inherited from TreeList.
RefreshNode(TreeListNode) Refreshes the specified node. Inherited from TreeList.
RefreshScrollAnnotations(ScrollAnnotationKind, Int32[]) Updates scrollbar annotations of the specified kind for the specified nodes, and causes them to be redrawn. Inherited from TreeList.
RefreshScrollAnnotations(ScrollAnnotationKind) Updates scrollbar annotations of the specified kind, and causes them to be redrawn. Inherited from TreeList.
RescaleConstantsForDpi(Int32, Int32) protected Provides constants for rescaling the control when a DPI change occurs. Inherited from Control.
ResetAutoFilterCondition(TreeListColumn) Resets the specified column’s auto filter row condition to its default value. Inherited from TreeList.
ResetAutoFilterConditions() Resets all columns’ auto filter row conditions to their default values. Inherited from TreeList.
ResetAutoFilterConditions(IEnumerable<TreeListColumn>) Resets the specified columns’ auto filter row conditions to their default values. Inherited from TreeList.
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) Inherited from EditorContainer.
ResetEditorsCache(Type) 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.
RestoreLayoutFromRegistry(String, OptionsLayoutBase) Restores the control’s layout stored at the specified system registry path, using the specified options. Inherited from TreeList.
RestoreLayoutFromRegistry(String) Restores the control layout stored at the specified system registry path. Inherited from TreeList.
RestoreLayoutFromStream(Stream, OptionsLayoutBase) Loads the control’s layout from a stream, using the specified options. Inherited from TreeList.
RestoreLayoutFromStream(Stream) Loads the control’s layout from a stream. Inherited from TreeList.
RestoreLayoutFromXml(String, OptionsLayoutBase) Loads a control’s layout from the specified XML file, using the specified options. Inherited from TreeList.
RestoreLayoutFromXml(String) Loads a control’s layout from the specified XML file. Inherited from TreeList.
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.
SaveLayoutToRegistry(String, OptionsLayoutBase) Saves the control’s layout to the specified system registry path, using the specified options. Inherited from TreeList.
SaveLayoutToRegistry(String) Saves the control’s layout to the specified system registry path. Inherited from TreeList.
SaveLayoutToStream(Stream, OptionsLayoutBase) Saves the control’s layout to a stream, using the specified options. Inherited from TreeList.
SaveLayoutToStream(Stream) Saves the control’s layout to a stream. Inherited from TreeList.
SaveLayoutToXml(String, OptionsLayoutBase) Saves a control’s layout to a specified XML file, using the specified options. Inherited from TreeList.
SaveLayoutToXml(String) Saves a control’s layout to a specified XML file. Inherited from TreeList.
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.
ScaleBitmapLogicalToDevice(Bitmap) Scales a logical bitmap value to it’s equivalent device unit value when a DPI change occurs. 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. Inherited from TreeList.
SelectCell(TreeListNode, TreeListColumn) Selects the cell in the specified node and column. Inherited from TreeList.
SelectCells(TreeListNode, TreeListColumn, TreeListNode, TreeListColumn) Selects cells in the specified range. Inherited from TreeList.
SelectCells(Int32, String, Int32, String) Selects cells in the specified range by data source IDs. Inherited from TreeList.
SelectNextControl(Control, Boolean, Boolean, Boolean, Boolean) Activates the next control. Inherited from Control.
SelectNode(TreeListNode) Selects the specified node. Inherited from TreeList.
SelectNodes(TreeListNode, TreeListNode) Selects nodes in the specified range. Inherited from TreeList.
SelectNodes(Int32, Int32) Selects nodes in the specified range by data source IDs. Inherited from TreeList.
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. Inherited from TreeList.
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.
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) protected Performs the work of setting the specified bounds of this control. 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. Inherited from TreeList.
SetColumnError(TreeListColumn, String) Sets an error description for a cell within the focused node or for the entire focused node. Inherited from TreeList.
SetColumnPosition(TreeListColumn, Int32, Int32) Moves the specified column to the specified position among visible columns belonging to the same band. Inherited from TreeList.
SetDefaultBehaviorOptions() Sets the options provided by the TreeList.OptionsBehavior property to their default values. Inherited from TreeList.
SetDefaultCustomizationOptions() Sets the options provided by the TreeList.OptionsCustomization property to their default values. Inherited from TreeList.
SetDefaultNavigationOptions() Sets the options provided by the TreeList.OptionsNavigation property to their default values. Inherited from TreeList.
SetDefaultOptionsView() Sets the options provided by the TreeList.OptionsView property to their default values. Inherited from TreeList.
SetDefaultPrintOptions() Sets the options provided by the TreeList.OptionsPrint property to their default values. Inherited from TreeList.
SetDefaultRowHeight() Activates automatic row height adjustment. Inherited from TreeList.
SetDefaultSelectionOptions() Sets the options provided by the TreeList.OptionsSelection property to their default values. Inherited from TreeList.
SetFocusedNode(TreeListNode) Sets focus to a specific node within the current TreeList control. Inherited from TreeList.
SetFocusedRowCellValue(TreeListColumn, Object) Assigns a value to the specified column within the currently focused data row. Inherited from TreeList.
SetFocusedRowCellValue(String, Object) Assigns the required value to a cell within the focused Tree List node. Inherited from TreeList.
SetFocusedValue(Object) Assigns the required value to the focused Tree List cell. Inherited from TreeList.
SetNodeCheckState(TreeListNode, CheckState, Boolean) Sets the node’s check state to the specified value. Allows you to set the check state for the node’s children. Inherited from TreeList.
SetNodeCheckState(TreeListNode, CheckState) Sets the node’s check state to the specified value. Inherited from TreeList.
SetNodeIndex(TreeListNode, Int32) Moves the specified node to a new position within its parent node’s child collection. Inherited from TreeList.
SetRowCellValue(TreeListNode, TreeListColumn, Object) Sets the TreeList cell to a specific value. Inherited from TreeList.
SetRowCellValue(TreeListNode, String, Object) Sets the TreeList cell to a specific value. Inherited from TreeList.
SetSearchControl(ISearchControl) This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TreeList.
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. Inherited from TreeList.
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. Inherited from TreeList.
ShowEditForm() Opens the Edit Form for the focused node. Inherited from TreeList.
ShowEditor() Switches the TreeList control to edit mode. Inherited from TreeList.
ShowFilterEditor(TreeListColumn) Shows the Filter Editor. Inherited from TreeList.
ShowFilterPopup(TreeListColumn) Shows the filter pop-up menu for the specified column. Inherited from TreeList.
ShowFindPanel() Displays the Find Panel. Inherited from TreeList.
ShowLoadingPanel() Shows the animated Loading Panel indicating the data load process. Inherited from TreeList.
ShowPrintPreview() Opens the Print Preview window with a Bars UI. Inherited from TreeList.
ShowRibbonPrintPreview() Displays the Print Preview window with a Ribbon UI. Inherited from TreeList.
ShowUnboundExpressionEditor(TreeListColumn) Invokes an Expression Editor that enables editing an expression for the specified unbound column. Inherited from TreeList.
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. Inherited from TreeList.
Sort(TreeListNode, IComparer<TreeListNode>, Boolean) Sorts the specified node’s children using the specified IComparer object. Allows you to sort root nodes. Inherited from TreeList.
StartIncrementalSearch(String) Starts an incremental search for the specified string. Inherited from TreeList.
StopIncrementalSearch() Stops the incremental search, if there is one currently in progress. Inherited from TreeList.
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. Inherited from TreeList.
UnlockReloadNodes() Updates the control’s tree structure after the TreeList.LockReloadNodes method call, and updates it immediately. Inherited from TreeList.
UnselectCell(TreeListNode, TreeListColumn) Discards selection of the cell in the specified intersection. Inherited from TreeList.
UnselectCells(TreeListNode, TreeListColumn, TreeListNode, TreeListColumn) Discards selection of the specified range of cells. Inherited from TreeList.
UnselectCells(Int32, String, Int32, String) Discards selection of the specified range of cells by data source IDs. Inherited from TreeList.
UnselectNode(TreeListNode) Discards selection of the specified node. Inherited from TreeList.
UnselectNodes(TreeListNode, TreeListNode) Discards selection of nodes in the specified range. Inherited from TreeList.
UnselectNodes(Int32, Int32) Discards selection of nodes in the specified range by data source IDs. Inherited from TreeList.
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