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 | The X-coordinate of the panel’s display position. |
y | number | 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