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

BaseDocument.Form Property

Gets the form that displays the document’s contents when the document is floating.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public Form Form { get; }

Property Value

Type Description
Form

A Form descendant that displays the document’s contents when the document is floating.

Remarks

See the BaseDocument.Control topic to learn more.

See Also