Class ListViewBehaviors
Implements an attached property used to style ListViewItems that are a possible drop target.
Inherited Members
Namespace: Phoenix.BotBrain.Controls
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public static class ListViewBehaviors
Remarks
Fields
View SourceTargetProperty
The IsPossibleDropTarget read-only attached dependency property.
Declaration
public static readonly DependencyProperty TargetProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
View SourceGetIsPossibleDropTarget(DependencyObject)
Gets the IsPossibleDropTarget property value.
Declaration
public static bool GetIsPossibleDropTarget(DependencyObject target)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | target | Object that the property is associated with. |
Returns
Type | Description |
---|---|
bool | The property value. |
SetIsPossibleDropTarget(DependencyObject, bool)
Sets the IsPossibleDropTarget property value.
Declaration
public static void SetIsPossibleDropTarget(DependencyObject target, bool value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | target | Object that the property is associated with. |
bool | value | Value to assign. |