Search Results for

    Show / Hide Table of Contents

    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 Source

    IsEnabledProperty

    Declaration
    public static readonly DependencyProperty IsEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    AssociatedObject

    Gets or sets AssociatedObject Property

    Declaration
    public RadTreeView AssociatedObject { get; set; }
    Property Value
    Type Description
    RadTreeView
    | Improve this Doc View Source

    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 Source

    CleanUp()

    Declaration
    protected virtual void CleanUp()
    | Improve this Doc View Source

    GetIsEnabled(DependencyObject)

    Declaration
    public static bool GetIsEnabled(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Initialize()

    Declaration
    protected virtual void Initialize()
    | Improve this Doc View Source

    OnIsEnabledPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Declaration
    public static void OnIsEnabledPropertyChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject
    System.Windows.DependencyPropertyChangedEventArgs e
    | Improve this Doc View Source

    SetIsEnabled(DependencyObject, Boolean)

    Declaration
    public static void SetIsEnabled(DependencyObject obj, bool value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    System.Boolean value
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx