ASPxCollapsiblePanel.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
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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