DockPanel.DockTo(DockManager, DockingStyle) Method
OBSOLETE
This method is not supported.
This method is not supported.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This method is not supported.")]
public void DockTo(
DockManager dockManager,
DockingStyle dock
)
Parameters
Name | Type | Description |
---|---|---|
dockManager | DockManager | A DockManager object. |
dock | DockingStyle | A DockingStyle value. |
See Also