Skip to main content

CollapsiblePanelSettings.FixedPositionOverlap Property

Gets or sets a value that specifies whether the panel should overlap the panels fixed to the adjacent sides of the window.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool FixedPositionOverlap { get; set; }

Property Value

Type Description
Boolean

true, if a panel overlaps other fixed panels; otherwise, false.

Remarks

The panels docked to the top and the bottom of a browser screen overlap the panels docked to the left and the right sides of the window.

ASPxPanel_DisablePanelOverlap

You can change this behavior using the FixedPositionOverlap property.

ASPxPanel_EnableOverlapPanel

See Also