alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DragProviderAction

    Specifies the action that the user attempts to dock/document the window through dock hints of the DragProvider

    Inheritance
    System.Object
    DragProviderAction
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class DragProviderAction : Enum

    Fields

    Bottom

    Specifies to the dock hint that allows the window to be docked through bottom dock hint.

    Declaration
    public const DragProviderAction Bottom
    Field Value
    Type
    DragProviderAction

    Center

    Specifies to the dock hint that allows the window to be docked/documented through center dock hint.

    Declaration
    public const DragProviderAction Center
    Field Value
    Type
    DragProviderAction

    DocumentBottom

    Specifies to the dock hint that allows the window to be documented through bottom document hint.

    Declaration
    public const DragProviderAction DocumentBottom
    Field Value
    Type
    DragProviderAction

    DocumentLeft

    Specifies to the dock hint that allows the window to be documented through left document hint.

    Declaration
    public const DragProviderAction DocumentLeft
    Field Value
    Type
    DragProviderAction

    DocumentRight

    Specifies to the dock hint that allows the window to be documented through right document hint.

    Declaration
    public const DragProviderAction DocumentRight
    Field Value
    Type
    DragProviderAction

    DocumentTop

    Specifies to the dock hint that allows the window to be documented through top document hint.

    Declaration
    public const DragProviderAction DocumentTop
    Field Value
    Type
    DragProviderAction

    GlobalBottom

    Specifies to the dock hint that allows the window to be docked through outer bottom dock hint.

    Declaration
    public const DragProviderAction GlobalBottom
    Field Value
    Type
    DragProviderAction

    GlobalLeft

    Specifies to the dock hint that allows the window to be docked through outer left dock hint.

    Declaration
    public const DragProviderAction GlobalLeft
    Field Value
    Type
    DragProviderAction

    GlobalRight

    Specifies to the dock hint that allows the window to be docked through outer right dock hint.

    Declaration
    public const DragProviderAction GlobalRight
    Field Value
    Type
    DragProviderAction

    GlobalTop

    Specifies to the dock hint that allows the window to be docked through outer top dock hint.

    Declaration
    public const DragProviderAction GlobalTop
    Field Value
    Type
    DragProviderAction

    Left

    Specifies to the dock hint that allows the window to be docked through left dock hint.

    Declaration
    public const DragProviderAction Left
    Field Value
    Type
    DragProviderAction

    None

    Donot allow any dock action through dock hints

    Declaration
    public const DragProviderAction None
    Field Value
    Type
    DragProviderAction

    Right

    Specifies to the dock hint that allows the window to be docked through right dock hint.

    Declaration
    public const DragProviderAction Right
    Field Value
    Type
    DragProviderAction

    Top

    Specifies to the dock hint that allows the window to be docked through top dock hint.

    Declaration
    public const DragProviderAction Top
    Field Value
    Type
    DragProviderAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved