WindowsUIView.FloatDocumentsAlwaysOnTop Property
The FloatDocumentsAlwaysOnTop property is in effect only in Tabbed and Widget Views. See this link for more information: BaseView.FloatDocumentsAlwaysOnTop.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DefaultBoolean FloatDocumentsAlwaysOnTop { get; set; }
Property Value
Type | Description |
---|---|
DefaultBoolean |
|
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
See Also