PanelFixedPosition Enum
Specifies a panel’s fixed position within the browser window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return PanelFixedPosition values:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxCollapsiblePanel.FixedPosition |
ASP.NET MVC Extensions | CollapsiblePanelSettings.FixedPosition |
Remarks
Values listed by this enumerator are used to set the ASPxCollapsiblePanel.FixedPosition property value.
See Also