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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
You can change this behavior using the FixedPositionOverlap property.
See Also