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

ASPxClientDockPanel.MakeFloat Method

Undocks the current panel and place it at the specified position.

Declaration

MakeFloat(
    x?: number,
    y?: number
): void

Parameters

Name Type Description
x number

An integer value that specifies the X-coordinate of the panel’s display position.

y number

An integer value that specifies the Y-coordinate of the panel’s display position.

Remarks

Use the MakeFloat method to undock a panel on the client side. You can obtain the dock state on the client side via the ASPxClientDockPanel.IsDocked method. To dock a panel, use the ASPxClientDockPanel.Dock method.

See Also