aspnet-devexpress-dot-web-962b9483.md
Specifies a panel’s fixed position within the browser window.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum PanelFixedPosition
Public Enum PanelFixedPosition
| Name | Description |
|---|---|
None |
Panel is not docked to any side of the browser screen.
|
| WindowTop |
Panel is docked to the top side of the browser screen.
|
| WindowBottom |
Panel is docked to the bottom side of the browser screen.
|
| WindowLeft |
Panel is docked to the left side of the browser screen.
|
| WindowRight |
Panel is docked to the right side of the browser screen.
|
The following properties accept/return PanelFixedPosition values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxCollapsiblePanel.FixedPosition |
| ASP.NET MVC Extensions | CollapsiblePanelSettings.FixedPosition |
Values listed by this enumerator are used to set the ASPxCollapsiblePanel.FixedPosition property value.
See Also