Back to Devexpress

DockZoneOrientation Enum

aspnet-devexpress-dot-web-4004c0ff.md

latest2.2 KB
Original Source

DockZoneOrientation Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DockZoneOrientation
vb
Public Enum DockZoneOrientation

Members

NameDescription
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.

|

The following properties accept/return DockZoneOrientation values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxDockZone.Orientation
ASP.NET MVC ExtensionsDockZoneSettings.Orientation

Remarks

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

See Also

Docking

DevExpress.Web Namespace