Class TreeViewDragDropBehavior
Inheritance
System.Object
TreeViewDragDropBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TreeViewDragDropBehavior
Fields
| Improve this Doc View SourceIsEnabledProperty
Declaration
public static readonly DependencyProperty IsEnabledProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
| Improve this Doc View SourceAssociatedObject
Gets or sets AssociatedObject Property
Declaration
public RadTreeView AssociatedObject { get; set; }
Property Value
Type | Description |
---|---|
RadTreeView |
TreeViewItemHeight
Gets or sets the hight of a treeview item
Declaration
public double TreeViewItemHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceCleanUp()
Declaration
protected virtual void CleanUp()
GetIsEnabled(DependencyObject)
Declaration
public static bool GetIsEnabled(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Initialize()
Declaration
protected virtual void Initialize()
OnIsEnabledPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnIsEnabledPropertyChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | dependencyObject | |
System.Windows.DependencyPropertyChangedEventArgs | e |
SetIsEnabled(DependencyObject, Boolean)
Declaration
public static void SetIsEnabled(DependencyObject obj, bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | |
System.Boolean | value |