Back to Devexpress

ASPxTreeList Events

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-dot-underscore-events.md

latest14.5 KB
Original Source

ASPxTreeList Events

Represents a server ASPxTreeList control.

NameDescription
AutoFilterCellEditorCreateEnables you to assign editors to individual filter row cells.
AutoFilterCellEditorInitializeEnables the cell editors displayed within the auto filter row cells to be initialized.
BatchUpdateOccurs after an end-user clicks the Update button in batch edit mode and allows you to provide a custom data updating mechanism.
BeforeExportOccurs before the tree list content is exported.
BeforeGetCallbackResultOccurs after a callback sent by the current control has been processed on the server, but prior to the time the respective callback result render is formed.
BeforeHeaderFilterFillItemsAllows you to populate the header filter dropdown with custom items instead of default items.
CallbackError staticAllows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control. Inherited from ASPxWebControl.
CancelNodeEditingEnables you to prevent changes made within a node from being discarded.
CellEditorInitializeEnables initializing the cell editors displayed within the edit cells.
ClientLayoutEnables you to save and restore the previously saved layout of the ASPxTreeList.
CommandColumnButtonInitializeEnables individual command buttons to be initialized.
CustomButtonCallbackOccurs when a user clicks a custom command button.
CustomCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientTreeList.PerformCallback method.
CustomColumnDisplayTextEnables custom display text to be provided for any cell.
CustomDataCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientTreeList.PerformCustomDataCallback method.
CustomErrorTextEnables you to provide custom error descriptions for exceptions raised during a callback.
CustomFilterExpressionDisplayTextEnables you to display custom text in the filter bar, corresponding to the current filter expression.
CustomFilterNodeEnables you to specify whether the required node should be filtered even if this node doesn’t match the specified filter criteria.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
CustomNodeSortEnables you to sort data using custom rules.
CustomSummaryCalculateEnables you to calculate summary values manually.
CustomUnboundColumnDataEnables data to be supplied to unbound columns.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DataBoundOccurs after the server control is bound to a data source. Inherited from ASPxDataWebControlBase.
DisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
EditingOperationCompletedOccurs after data editing has been completed.
ExportRenderBrickEnables rendering of different content from the content exported by default.
FilterControlColumnsCreatedOccurs after all filter control columns have been created.
FilterControlCriteriaValueEditorCreateEnables you to replace the default criteria value editor with a custom one.
FilterControlCriteriaValueEditorInitializeEnables you to initialize the editors displayed within the criteria value.
FilterControlCustomValueDisplayTextEnables you to specify the entered filter value’s custom display text to be displayed when the filter control’s condition value editor is inactive.
FilterControlOperationVisibilityEnables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the filter control’s operation dropdown menu.
FilterControlParseValueEnables you to process and modify an entered value before it is actually accepted by the filter control.
FocusedNodeChangedFires after the focused node has been changed.
HeaderFilterEditorInitializeOccurs when a header filter editor is initialized.
HeaderFilterFillItemsAllows you to add custom header filter items to default items.
HtmlCommandCellPreparedEnables the settings of individual command cells to be changed.
HtmlDataCellPreparedEnables the settings of individual cells to be changed.
HtmlRowPreparedEnables the settings of individual rows to be changed.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InitNewNodeEnables you to initialize added nodes.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
NodeCollapsedFires after a node has been collapsed.
NodeCollapsingFires before a node is collapsed.
NodeDeletedOccurs after a node has been deleted.
NodeDeletingEnables you to prevent a node from being deleted.
NodeExpandedFires after a node has been expanded.
NodeExpandingFires before a node is expanded.
NodeInsertedOccurs after a new node has been added to the ASPxTreeList.
NodeInsertingEnables you to cancel adding a new node.
NodeUpdatedOccurs after a node has been updated.
NodeUpdatingEnables you to prevent a node from being updated.
NodeValidatingEnables you to specify whether node data is valid, and whether the node can be updated.
PageIndexChangedFires after the selected page has been changed.
PageSizeChangedFires on the server side after a page size (amount of rows per a page) is changed by end-user interactions.
ParseValueEnables you to process and modify an entered value before it is actually accepted by the ASPxTreeList.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
ProcessColumnAutoFilterEnables you to apply custom filter criteria when filter row is in the Auto mode.
ProcessDragNodeFires after a node drag and drop operation has been completed.
ProcessOnClickRowFilterEnables you to apply custom filter criteria when the filter row is in the OnClick mode.
SearchPanelEditorCreateEnables you to replace the default search panel editor with custom one.
SearchPanelEditorInitializeEnables you to customize the properties of an editor displayed within the search panel.
SelectionChangedFires after an end user changed selection.
StartNodeEditingEnables you to prevent a node from being edited.
ToolbarItemClickFires after a toolbar item has been clicked.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.
VirtualModeCreateChildrenEnables creation of a list of business objects that correspond to the child nodes owned by the processed node (virtual mode).
VirtualModeNodeCreatedOccurs when the ASPxTreeList functions in Virtual Mode after a node has been created.
VirtualModeNodeCreatingEnables you to initialize nodes in a tree virtual mode.

See Also

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace