Back to Devexpress

DevExpress.Xpf.Grid.TreeList Namespace

wpf-devexpress-dot-xpf-dot-grid-d29063f6.md

latest12.4 KB
Original Source

DevExpress.Xpf.Grid.TreeList Namespace

Contains classes which implement the functionality of the WPF DXTreeList control. To use these classes in XAML code, add the xmlns:dxg=”http://schemas.devexpress.com/winfx/2008/xaml/grid“ namespace reference.

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Classes

NameDescription
CustomColumnFilterListEventArgsProvides data for the TreeListView.CustomFilterPopupList event.
TreeListAddingNewEventArgsProvides data for the TreeListView.AddingNewNode event.
TreeListCellEditorValueChangingEventArgsContains data for the CellEditorValueChanging event.
TreeListCellValidationEventArgsProvides data for the TreeListView.ValidateCell event.
TreeListCellValueChangedEventArgsProvides data for the TreeListView.CellValueChanged event.
TreeListCellValueChangedInEditFormEventArgsContains data for the CellValueChanging event that occurs when a user edits data in the Edit Form.
TreeListCellValueEventArgsServes as a base for TreeListCellValueChangedEventArgs class.
TreeListClipboardDataProviderAllows you to return data for the clipboard in a variety of formats (plain text, plain unicode text, rich text, CSV, BIFF8, HTML).
TreeListCopyingToClipboardEventArgsProvides data for the TreeListControlBase.CopyingToClipboard event.
TreeListCustomColumnDisplayTextEventArgsProvides data for the TreeListView.CustomColumnDisplayText event.
TreeListCustomColumnSortEventArgsProvides data for the TreeListView.CustomColumnSort event.
TreeListCustomSummaryEventArgsProvides data for the TreeListView.CustomSummary event.
TreeListEditorEventArgsProvides data for the TreeListView.ShownEditor and TreeListView.HiddenEditor events.
TreeListInvalidNodeExceptionEventArgsProvides data for the TreeListView.InvalidNodeException event.
TreeListNodeAllowEventArgsProvides data for the TreeListView.NodeExpanding and TreeListView.NodeCollapsing events.
TreeListNodeAutomationEventArgsStores data for the AutomationRequested attached event when the target tree node is focused.
TreeListNodeChangedEventArgsProvides data for the TreeListView.NodeChanged events.
TreeListNodeEditFinishedEventArgsContains data for the NodeEditFinished event.
TreeListNodeEditStartedEventArgsContains data for the NodeEditStarted event.
TreeListNodeEditStartingEventArgsContains data for the NodeEditStarting event.
TreeListNodeEventArgsProvides data for the TreeListView.NodeExpanded and TreeListView.NodeCollapsed events.
TreeListNodeFilterEventArgsProvides data for the TreeListView.CustomNodeFilter event.
TreeListNodeValidationEventArgsProvides data for the TreeListView.ValidateNode event.
TreeListRowDataContains information about a node.
TreeListSelectionChangedEventArgsProvides data for the TreeListControlBase.SelectionChanged event.
TreeListShowingEditorEventArgsProvides data for the TreeListView.ShowingEditor event.
TreeListShowingNodeFooterEventArgsProvides data for the TreeListView.ShowingNodeFooter event.
TreeListUnboundColumnDataEventArgsProvides data for the TreeListView.CustomUnboundColumnData event.
TreeListValidateNodeDeletionEventArgsProvides data for the ValidateNodeDeletion event.
TreeListViewHitInfoA class that contains information about what is located at a specific point within the TreeListView control.
TreeViewNodeFilterEventArgsProvides data for the CustomNodeFilter event.
TreeViewNodeMenuEventArgsProvides data for the ShowNodeMenu event.
TreeViewNodeValidationEventArgsContains data for the ValidateNode event.

Delegates

NameDescription
CustomColumnFilterListEventHandlerRepresents a method that will handle the TreeListView.CustomFilterPopupList event.
TreeListCellValidationEventHandlerRepresents a method that will handle the TreeListView.ValidateCell event.
TreeListCellValueChangedEventHandlerRepresents a method that will handle the TreeListView.CellValueChanged event.
TreeListCopyingToClipboardEventHandlerRepresents a method that will handle the TreeListControlBase.CopyingToClipboard event.
TreeListCustomColumnDisplayTextEventHandlerRepresents a method that will handle the TreeListView.CustomColumnDisplayText event.
TreeListCustomColumnSortEventHandlerA method that will handle the TreeListView.CustomColumnSort event.
TreeListCustomSummaryEventHandlerA method that will handle the TreeListView.CustomSummary event.
TreeListEditorEventHandlerA method that will handle the TreeListView.ShownEditor and TreeListView.HiddenEditor events.
TreeListInvalidNodeExceptionEventHandlerA method that will handle the TreeListView.InvalidNodeException event.
TreeListNodeAllowEventHandlerA method that will handle the TreeListView.NodeExpanding and TreeListView.NodeCollapsing events.
TreeListNodeEventHandlerA method that will handle the TreeListView.NodeCollapsed and TreeListView.NodeExpanded events.
TreeListNodeFilterEventHandlerA method that will handle the TreeListView.CustomNodeFilter event.
TreeListNodeValidationEventHandlerA method that will handle the TreeListView.ValidateNode event.
TreeListSelectionChangedEventHandlerRepresents a method that will handle the TreeListControlBase.SelectionChanged event.
TreeListShowingEditorEventHandlerA method that will handle the TreeListView.ShowingEditor event.
TreeListUnboundColumnDataEventHandlerA method that will handle the TreeListView.CustomUnboundColumnData event.

Enums

NameDescription
TreeListViewHitTestLists values that identify visual elements displayed within the TreeListView.