menu

UWP

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

    Show / Hide Table of Contents

    Class DockItemParams

    Represents the DockWindow items class.

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

    Constructors

    DockItemParams()

    Initializes a new instance of the DockItemParams class.

    Declaration
    [ClassReference(IsReviewed = false)]
    public DockItemParams()

    DockItemParams(DockWindow)

    Initializes a new instance of the DockItemParams class.

    Declaration
    [ClassReference(IsReviewed = false)]
    public DockItemParams(DockWindow w)
    Parameters
    Type Name Description
    DockWindow w

    The w.

    Properties

    AnimationHeight

    Gets or sets a value indicating whether the Animation height of the Float Window.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double AnimationHeight { get; set; }
    Property Value
    Type Description
    System.Double

    The height of the animation.

    AnimationWidth

    Gets or sets a value indicating whether the Animation Width for the Float window.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double AnimationWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the animation.

    CanAutoHide

    Gets or sets a value indicating whether a value indicating whether .

    Declaration
    [ClassReference(IsReviewed = false)]
    public bool CanAutoHide { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if ; otherwise, false.

    CanClose

    Gets or sets a value indicating whether a value indicating whether . Stores the Boolean value for DockWindow can able to Close

    Declaration
    [ClassReference(IsReviewed = false)]
    public bool CanClose { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if ; otherwise, false.

    CanDock

    Gets or sets a value indicating whether a value indicating whether this instance can dock.

    Declaration
    [ClassReference(IsReviewed = false)]
    public bool CanDock { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance can dock; otherwise, false.

    CanDocument

    Gets or sets a value indicating whether a value indicating whether this instance can dock.

    Declaration
    [ClassReference(IsReviewed = false)]
    public bool CanDocument { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance can dock; otherwise, false.

    CanFloat

    Gets or sets a value indicating whether a value indicating whether . Stores the boolean value for DockWindow can able to float

    Declaration
    [ClassReference(IsReviewed = false)]
    public bool CanFloat { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if ; otherwise, false.

    Caption

    Gets or sets a value indicating whether the Caption

    Declaration
    [ClassReference(IsReviewed = false)]
    public string Caption { get; set; }
    Property Value
    Type
    System.String

    ContainerHeight

    Gets or sets a value indicating whether the height of the container.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double ContainerHeight { get; set; }
    Property Value
    Type Description
    System.Double

    The height of the container.

    ContainerLeftPosition

    Gets or sets a value indicating whether the container left.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double ContainerLeftPosition { get; set; }
    Property Value
    Type Description
    System.Double

    The container left.

    ContainerName

    Gets or sets a value indicating whether the name of the container.

    Declaration
    [ClassReference(IsReviewed = false)]
    public string ContainerName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the container.

    ContainerOrder

    Gets or sets a value indicating whether the container order.

    Declaration
    [ClassReference(IsReviewed = false)]
    public int ContainerOrder { get; set; }
    Property Value
    Type Description
    System.Int32

    The container order.

    ContainerTopPosition

    Gets or sets a value indicating whether the container top.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double ContainerTopPosition { get; set; }
    Property Value
    Type Description
    System.Double

    The container top.

    ContainerWidth

    Gets or sets a value indicating whether the width of the container.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double ContainerWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the container.

    CurrentWindowContainerState

    Gets or sets a value indicating whether the current state main.

    Declaration
    [ClassReference(IsReviewed = false)]
    public WindowState CurrentWindowContainerState { get; set; }
    Property Value
    Type Description
    WindowState

    The current state main.

    DesiredHeightInDockedMode

    Gets or sets a value indicating whether the desired height in docked mode.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double DesiredHeightInDockedMode { get; set; }
    Property Value
    Type Description
    System.Double

    The desired height in docked mode.

    DesiredHeightInFloatingMode

    Gets or sets a value indicating whether the desired height in float mode.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double DesiredHeightInFloatingMode { get; set; }
    Property Value
    Type Description
    System.Double

    The desired height in float mode.

    DesiredWidthInDockedMode

    Gets or sets a value indicating whether the desired width in docked mode.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double DesiredWidthInDockedMode { get; set; }
    Property Value
    Type Description
    System.Double

    The desired width in docked mode.

    DesiredWidthInFloatingMode

    Gets or sets a value indicating whether the desired width in float mode.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double DesiredWidthInFloatingMode { get; set; }
    Property Value
    Type Description
    System.Double

    The desired width in float mode.

    DockPosition

    Gets or sets a value indicating whether the dock position.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Dock DockPosition { get; set; }
    Property Value
    Type Description
    Dock

    The dock position.

    DockState

    Gets or sets a value indicating whether the Dock State .

    Declaration
    [ClassReference(IsReviewed = false)]
    public DockState DockState { get; set; }
    Property Value
    Type Description
    DockState

    The state of the dock.

    DockTabOrder

    Gets or sets a value indicating whether the dock tab order.

    Declaration
    [ClassReference(IsReviewed = false)]
    public int DockTabOrder { get; set; }
    Property Value
    Type Description
    System.Int32

    The dock tab order.

    ElementType

    Gets or sets a value indicating whether element type

    Declaration
    [ClassReference(IsReviewed = false)]
    public string ElementType { get; set; }
    Property Value
    Type
    System.String

    FloatTabOrder

    Gets or sets a value indicating whether the float tab order.

    Declaration
    [ClassReference(IsReviewed = false)]
    public int FloatTabOrder { get; set; }
    Property Value
    Type Description
    System.Int32

    The float tab order.

    FloatWindowZIndex

    Gets or sets a value indicating whether the z index for float.

    Declaration
    [ClassReference(IsReviewed = false)]
    public int FloatWindowZIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    The z index for float.

    Header

    Gets or sets a value indicating whether the _ caption.

    Declaration
    [ClassReference(IsReviewed = false)]
    public string Header { get; set; }
    Property Value
    Type Description
    System.String

    The _ caption.

    IsDragEnabled

    Gets or sets a value indicating whether a value indicating whether . Stores the Boolean value for DockWindow can able to Drag

    Declaration
    [ClassReference(IsReviewed = false)]
    public bool IsDragEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if ; otherwise, false.

    LeftFloatWindowPosition

    Gets or sets a value indicating whether the LeftPosition if the Float DockWindow.

    Declaration
    [ClassReference(IsReviewed = false)]
    public double LeftFloatWindowPosition { get; set; }
    Property Value
    Type Description
    System.Double

    The left position.

    PreviousWindowContainerState

    Gets or sets a value indicating whether the previous state main.

    Declaration
    [ClassReference(IsReviewed = false)]
    public WindowState PreviousWindowContainerState { get; set; }
    Property Value
    Type Description
    WindowState

    The previous state main.

    SelectedTabItem

    Gets or sets a value indicating whether the selected tab item.

    Declaration
    [ClassReference(IsReviewed = false)]
    public string SelectedTabItem { get; set; }
    Property Value
    Type Description
    System.String

    The selected tab item.

    SideInDockedMode

    Gets or sets a value indicating whether the side in docked mode.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Dock SideInDockedMode { get; set; }
    Property Value
    Type Description
    Dock

    The side in docked mode.

    SideInFloatingMode

    Gets or sets a value indicating whether the side in float mode.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Dock SideInFloatingMode { get; set; }
    Property Value
    Type Description
    Dock

    The side in float mode.

    TargetNameInDockedMode

    Gets or sets a value indicating whether the target name in docked mode.

    Declaration
    [ClassReference(IsReviewed = false)]
    public string TargetNameInDockedMode { get; set; }
    Property Value
    Type Description
    System.String

    The target name in docked mode.

    TargetNameInFloatingMode

    Gets or sets a value indicating whether the TargetName of the Tabbed DockWindow .

    Declaration
    [ClassReference(IsReviewed = false)]
    public string TargetNameInFloatingMode { get; set; }
    Property Value
    Type Description
    System.String

    The target name in floating mode.

    TargetWindowDockPosition

    Gets or sets a value indicating whether the move dock position.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Dock TargetWindowDockPosition { get; set; }
    Property Value
    Type Description
    Dock

    The move dock position.

    TargetWindowName

    Gets or sets a value indicating whether the name of the move window target.

    Declaration
    [ClassReference(IsReviewed = false)]
    public string TargetWindowName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the move window target.

    TopFloatWindowPosition

    Gets or sets a value indicating whether the TopPosition of the Float window .

    Declaration
    [ClassReference(IsReviewed = false)]
    public double TopFloatWindowPosition { get; set; }
    Property Value
    Type Description
    System.Double

    The top position.

    ZOrder

    Gets or sets a value indicating whether the order.

    Declaration
    [ClassReference(IsReviewed = false)]
    public int ZOrder { get; set; }
    Property Value
    Type Description
    System.Int32

    The order.

    Extension Methods

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