Skip to main content

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.v23.2.dll

NuGet Package: 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