AutoHideContainerCollection.Item[DockingStyle] Property
Gets the auto hide container which has the specified docking style.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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