Skip to main content
A newer version of this page is available. .

AutoHideContainerCollection.Item[DockingStyle] Property

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

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