Class
ProjectTreeListViewDragDropBehavior

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ProjectTreeListViewDragDropBehavior

Inheritance: objectProjectTreeListViewDragDropBehavior

Constructors

ProjectTreeListViewDragDropBehavior()

Declaration

cs-api-definition
public ProjectTreeListViewDragDropBehavior()

Fields

IsEnabledProperty

Declaration

cs-api-definition
public static readonly DependencyProperty IsEnabledProperty

Field Value

DependencyProperty

IsMovingProperty

Declaration

cs-api-definition
public static readonly DependencyProperty IsMovingProperty

Field Value

DependencyProperty

Properties

AssociatedObject

AssociatedObject Property

Declaration

cs-api-definition
public RadTreeListView AssociatedObject { get; set; }

Property Value

RadTreeListView

Methods

CleanUp()

Declaration

cs-api-definition
protected virtual void CleanUp()

GetIsEnabled(DependencyObject)

Declaration

cs-api-definition
public static bool GetIsEnabled(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

GetIsMoving(DependencyObject)

Declaration

cs-api-definition
public static bool GetIsMoving(DependencyObject d)

Parameters

d

DependencyObject

Returns

bool

Initialize()

Declaration

cs-api-definition
protected virtual void Initialize()

OnIsEnabledPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Declaration

cs-api-definition
public static void OnIsEnabledPropertyChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)

Parameters

dependencyObject

DependencyObject

e

DependencyPropertyChangedEventArgs

RemoveAttachedBehavior(RadTreeListView)

Declaration

cs-api-definition
public static void RemoveAttachedBehavior(RadTreeListView gridview)

Parameters

gridview

RadTreeListView

SetIsEnabled(DependencyObject, bool)

Declaration

cs-api-definition
public static void SetIsEnabled(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool

SetIsMoving(DependencyObject, bool)

Declaration

cs-api-definition
public static void SetIsMoving(DependencyObject d, bool value)

Parameters

d

DependencyObject

value

bool