Skip to main content
All docs
V25.1
  • NativeMdiView.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.NativeMdi

    Assembly: DevExpress.XtraBars.v25.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.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    See Also