Skip to main content

AutoHideContainerCollection.Item[DockingStyle] Property

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AutoHideContainer this[DockingStyle dock] { get; }

Parameters

Name Type Description
dock DockingStyle

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

Property Value

Type Description
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