menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockSide - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DockSide

    Describes how control is docked to it's container.

    Inheritance
    System.Object
    DockSide
    Namespace: Syncfusion.UI.Xaml.Controls.Layout
    Assembly: Syncfusion.SfDockingManager.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public sealed class DockSide : Enum

    Fields

    Bottom

    Control is docked to the bottom side of it's container.

    Declaration
    public const DockSide Bottom
    Field Value
    Type
    DockSide

    Left

    Control is docked to the left side of it's container.

    Declaration
    public const DockSide Left
    Field Value
    Type
    DockSide

    None

    Control is not docked.

    Declaration
    public const DockSide None
    Field Value
    Type
    DockSide

    Right

    Control is docked to the top side of it's container.

    Declaration
    public const DockSide Right
    Field Value
    Type
    DockSide

    Tabbed

    Control is docked as a tab page of it's container.

    Declaration
    public const DockSide Tabbed
    Field Value
    Type
    DockSide

    Top

    Control is docked to the right side of it's container.

    Declaration
    public const DockSide Top
    Field Value
    Type
    DockSide

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved