Class TreeViewItemHoverBehaviors
Behavior for TreeViewItem to highlight and expand item when hovered over during drag and drop.
Inherited Members
Namespace: Phoenix.Aruba.Behaviors
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class TreeViewItemHoverBehaviors
Remarks
Fields
View SourceIsPossibleDropTargetProperty
Property for if this item is a possible drop target.
Declaration
public static readonly DependencyProperty IsPossibleDropTargetProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
View SourceGetIsPossibleDropTarget(DependencyObject)
Getter for IsPossibleDropTarget
Declaration
public static bool GetIsPossibleDropTarget(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object to get. |
Returns
Type | Description |
---|---|
bool | Whether the tree item is a possible drop target. |