Back to Devexpress

BaseView.AddFloatDocument Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-dot-addfloatdocument.md

latest985 B
Original Source

BaseView.AddFloatDocument Method

NameParametersDescription
AddFloatDocument(Control, Point, Size)control, floatLocation, floatSizeCreates a floating document that hosts the target control, has the required size, and is displayed in the given location.
AddFloatDocument(Control, Point)control, floatLocationCreates the floating document that hosts the target control and is displayed at the given position.
AddFloatDocument(Control, String)control, captionCreates a floating document that hosts the target control.