BaseDocument.Form Property
In This Article
Gets the form that displays the document’s contents when the document is floating.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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