NativeMdiView.FloatDocumentsAlwaysOnTop Property
In This Article
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.NativeMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DefaultBoolean FloatDocumentsAlwaysOnTop { get; set; }
#Property Value
Type | Description |
---|---|
Default |
|
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