Skip to main content

DockPanel.DockTo(DockManager, DockingStyle, Int32) Method

OBSOLETE

This method is not supported.

This method is not supported.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This method is not supported.")]
public void DockTo(
    DockManager dockManager,
    DockingStyle dock,
    int index
)

Parameters

Name Type Description
dockManager DockManager

A DockManager object.

dock DockingStyle

A DockingStyle value.

index Int32

An integer value.

See Also