Back to Devexpress

DockPanel.XtraAutoHideContainerDock Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-7c59272b.md

latest2.4 KB
Original Source

DockPanel.XtraAutoHideContainerDock Property

Gets a value specifying how the auto hide container is aligned within its parent control.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public DockingStyle XtraAutoHideContainerDock { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty>
Public ReadOnly Property XtraAutoHideContainerDock As DockingStyle

Property Value

TypeDescription
DockingStyle

A DockStyle enumeration value specifying the manner in which an auto hide container is docked.

|

Available values:

NameDescription
Float

The dock panel floats.

| | Top |

The dock panel’s top edge is docked to the top of its containing control.

| | Bottom |

The dock panel’s bottom edge is docked to the bottom of its containing control.

| | Left |

The dock panel’s left edge is docked to the left side of its containing control.

| | Right |

The dock panel’s right edge is docked to the right side of its containing control.

| | Fill |

The dock panel occupies the center of another panel (split or tab container) or form/user control.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace