Skip to main content
A newer version of this page is available. .
Tab

DockZoneOrientation Enum

Lists values that specify the direction in which panels are arranged within the zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum DockZoneOrientation

Members

Name Description
Vertical

Panels are arranged vertically within a zone.

Horizontal

Panels are arranged horizontally within a zone.

Fill

A docked panel fills whole zone client area. In this case, only one panel can be docked to the zone at one time.

Related API Members

The following properties accept/return DockZoneOrientation values:

Remarks

The DockZoneOrientation enumeration’s values are used to set the ASPxDockZone.Orientation and DockZoneSettings.Orientation properties.

See Also