Back to Devexpress

AutoHideContainerCollection.Item[DockingStyle] Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-autohidecontainercollection-dot-item-x28-devexpress-dot-xtrabars-dot-docking-dot-dockingstyle-x29.md

latest1.9 KB
Original Source

AutoHideContainerCollection.Item[DockingStyle] Property

Gets the auto hide container which has the specified docking style.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AutoHideContainer this[DockingStyle dock] { get; }
vb
Public ReadOnly Property Item(dock As DockingStyle) As AutoHideContainer

Parameters

NameTypeDescription
dockDockingStyle

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

|

Property Value

TypeDescription
AutoHideContainer

An AutoHideContainer object representing the auto hide container which has the specified docking style. null ( Nothing in Visual Basic) if no auto hide container is found.

|

See Also

AutoHideContainerCollection Class

AutoHideContainerCollection Members

DevExpress.XtraBars.Docking Namespace