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.v26.1.dll
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