Back to Devexpress

BaseDocument.Form Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-b8f4a6d2.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public Form Form { get; }
vb
<Browsable(False)>
Public ReadOnly Property Form As Form

Property Value

TypeDescription
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

Control

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace