Search Results for

    Show / Hide Table of Contents

    Class DragDropBehaviour

    Inheritance
    object
    DragDropBehaviour
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Behaviours
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public static class DragDropBehaviour

    Fields

    DragDropCommand

    Declaration
    public static readonly DependencyProperty DragDropCommand
    Field Value
    Type Description
    DependencyProperty

    Methods

    GetDragDrop(DependencyObject)

    Declaration
    public static ICommand GetDragDrop(DependencyObject o)
    Parameters
    Type Name Description
    DependencyObject o
    Returns
    Type Description
    ICommand

    SetDragDrop(DependencyObject, ICommand)

    Declaration
    public static void SetDragDrop(DependencyObject o, ICommand value)
    Parameters
    Type Name Description
    DependencyObject o
    ICommand value
    In this article
    • Fields
      • DragDropCommand
    • Methods
      • GetDragDrop(DependencyObject)
      • SetDragDrop(DependencyObject, ICommand)
    Back to top Generated by DocFX