RadControls for WPF

 

Classes

  ClassDescription
Public classCheckedItemsCollection
A partially observable wrapper for the a hash set that contains the checked items of the RadTreeView.
Public classCleanUpVirtualizedItemEventArgs
Provides data for the CleanUpVirtualizedItem event.
Public classEditableHeaderedItemsControl
A base class for the editable headered items control. The does not include all the editable logic and needs to be inherited.
Public classTraversalRequest
Represents a request to move focus to another control.
Public classTreeViewDragCue
The visual object used as a DragCue in the TreeView.
Public classTreeViewDragDropOptions
Encapsulates option and settings related to drag drop operation in RadTreeView. This class provides a mechanism to customize or alter default behavior. An instance of this class is created automatically when a drag drop operation has been started from a RadTreeViewItem object and is used to control the operation while dragging/dropping over other RadTreeViewItem or RadTreeView objects.
Public classTreeViewDragVisual
A visual representation of drag drop operation. Displays an image of dragged items and a textual representation of drop position and action.
Public classTreeViewPanel
GridViewVirtualizingPanel is used to arrange children into single line.
Public classTreeViewSettings
Encapsulates settings related to RadTreeView.

Delegates

  DelegateDescription
Public delegateCleanUpVirtualizedItemEventHandler
Represents the method that handles the GridViewVirtualizingPanel.CleanUpVirtualizedItem attached events.

Enumerations

  EnumerationDescription
Public enumerationDropAction
Defines the action that should be executed on when drag drop operation completes.
Public enumerationFocusNavigationDirection
Specifies the direction within a user interface (UI) in which a desired focus change request is attempted. The direction is either based on tab order or by relative direction in layout.
Public enumerationTreeViewDragDropExecutionMode
Defines the execution mode for drag drop operation.
Public enumerationVirtualizationMode
Specifies the type of virtualization that the TreeView's VirtualizationPanel will use.