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

DockPanel.DockTo(DockManager, DockingStyle) Method

OBSOLETE

This method is not supported.

This method is not supported.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[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