Skip to main content
Tab

PanelFixedPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum PanelFixedPosition

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.

Panel_FixedPosition_Top

WindowBottom

Panel is docked to the bottom side of the browser screen.

Panel_FixedPosition_Bottom

WindowLeft

Panel is docked to the left side of the browser screen.

Panel_FixedPosition_Left

WindowRight

Panel is docked to the right side of the browser screen.

Panel_FixedPosition_Right

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