PanelFixedPosition Enum
Specifies a panel’s fixed position within the browser window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
None
|
Panel is not docked to any side of the browser screen. |
Window
|
Panel is docked to the top side of the browser screen. |
Window
|
Panel is docked to the bottom side of the browser screen. |
Window
|
Panel is docked to the left side of the browser screen. |
Window
|
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. |
ASPx |
ASP. |
Collapsible |
#Remarks
Values listed by this enumerator are used to set the ASPxCollapsiblePanel.FixedPosition property value.