WindowsUIView.FloatingDocumentContainer Property
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override FloatingDocumentContainer FloatingDocumentContainer { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property FloatingDocumentContainer As FloatingDocumentContainer
Property Value
Type | Description |
---|---|
FloatingDocumentContainer | A FloatingDocumentContainer enumerator value. |
Remarks
Floating Document Containers are not intended to be used within a WindowsUIView. See the BaseView.FloatingDocumentContainer topic instead to learn about use within other Views.
See Also
Feedback