A newer version of this page is available.
Switch to the current version.
PanelFixedPosition Enum
Specifies a panel's fixed position within the browser window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
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:
Remarks
Values listed by this enumerator are used to set the ASPxCollapsiblePanel.FixedPosition property value.
See Also
Feedback