Back to Devexpress

DxTreeList Events

blazor-devexpress-dot-blazor-dot-dxtreelist-dot-underscore-events.md

latest4.9 KB
Original Source

DxTreeList Events

A component that displays hierarchical data in a tabular format and allows users to edit, sort, filter, and otherwise shape data.

NameDescription
ChildrenLoadingAllows you to populate a node with child nodes. The TreeList component raises this event for each node during initialization.
ChildrenLoadingOnDemandAllows you to populate a node with child nodes. The TreeList component raises this event when the node is expanded for the first time.
CustomizeCellDisplayTextAllows you to customize text displayed within a cell.
CustomizeContextMenuAllows you to customize context menus.
CustomizeDataRowEditorAllows you to customize a cell editor in a data row.
CustomizeEditModelAllows you to customize an automatically generated edit model or create a custom edit model.
CustomizeElementAllows you to customize TreeList cells and rows according to their values.
CustomizeFilterMenuAllows you to customize column filter menu items.
CustomizeFilterRowEditorAllows you to customize a cell editor in the filter row.
CustomizeSummaryDisplayTextAllows you to customize the summary display text.
CustomSortAllows you to implement custom logic used to sort data in the TreeList.
CustomSummaryAllows you to create custom summary items.
DataItemDeletingFires after a user confirms the delete operation in the delete confirmation dialog.
EditCancelingFires before the TreeList cancels the edit operation and discards changes.
EditModelSavingFires if validation succeeds after a user saves changes or you call the SaveChangesAsync() method.
EditStartFires before the TreeList starts editing a row.
FilterCriteriaChangedFires when filter criteria that is applied to TreeList data changes.
FocusedRowChangedFires when row focus changes.
ItemsDroppedFires when a user drops rows onto the TreeList.
LayoutAutoLoadingFires when the DxTreeList component finishes initialization and starts to load its layout.
LayoutAutoSavingFires when the TreeList layout changes.
PageIndexChangedFires when the TreeList’s active page index changes.
PageSizeChangedFires when the page size changes.
RowClickFires when a user clicks or taps a TreeList row or focuses a data cell and presses Enter.
RowDoubleClickFires when a user double clicks a TreeList row.
SearchTextChangedFires when the search text changes.
SelectedDataItemChangedIn single selection mode, fires when a TreeList row is selected.
SelectedDataItemsChangedIn multiple selection mode, fires when the selection in the TreeList changes.
ShowAllRowsChangedFires when the ShowAllRows property value changes.

See Also

DxTreeList Class

DxTreeList Members

DevExpress.Blazor Namespace