Back to Devexpress

BaseView.AddDocument Method

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

latest864 B
Original Source

BaseView.AddDocument Method

NameParametersDescription
AddDocument(String, String)caption, controlNameAdds an empty Document with specified BaseDocument.Caption and BaseDocument.ControlName properties to the current View.
AddDocument(Control, String)control, captionCreates a Document that wraps the target control, and adds this new Document to the current BaseView.