Back to Devexpress

MVCxTreeList Events

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxtreelist-dot-underscore-events.md

latest19.5 KB
Original Source

MVCxTreeList Events

The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.

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

See Also

MVCxTreeList Class

MVCxTreeList Members

DevExpress.Web.Mvc Namespace