Class DockAbility
Specifies where user can dock an element inside other element using inner DragProviders
Inheritance
System.Object
DockAbility
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class DockAbility : Enum
Fields
All
All DragProviders will be visible
Declaration
public const DockAbility All
Field Value
Type |
---|
DockAbility |
Bottom
User can dock an element to the bottom
Declaration
public const DockAbility Bottom
Field Value
Type |
---|
DockAbility |
Left
User can dock an element to the left
Declaration
public const DockAbility Left
Field Value
Type |
---|
DockAbility |
None
User cannot dock anywhere
Declaration
public const DockAbility None
Field Value
Type |
---|
DockAbility |
Right
User can dock an element to the right
Declaration
public const DockAbility Right
Field Value
Type |
---|
DockAbility |
Tabbed
User can dock an element in tab group with other element
Declaration
public const DockAbility Tabbed
Field Value
Type |
---|
DockAbility |
Top
User can dock an element to the top
Declaration
public const DockAbility Top
Field Value
Type |
---|
DockAbility |