Back to Devexpress

PanelFixedPosition Enum

aspnet-devexpress-dot-web-962b9483.md

latest1.9 KB
Original Source

PanelFixedPosition Enum

Specifies a panel’s fixed position within the browser window.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PanelFixedPosition
vb
Public Enum PanelFixedPosition

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCollapsiblePanel.FixedPosition
ASP.NET MVC ExtensionsCollapsiblePanelSettings.FixedPosition

Remarks

Values listed by this enumerator are used to set the ASPxCollapsiblePanel.FixedPosition property value.

See Also

DevExpress.Web Namespace