DockZoneOrientation Enum
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Vertical
|
|
Horizontal
|
|
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:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Dock |
#Remarks
The DockZoneOrientation enumeration’s values are used to set the ASPxDockZone.Orientation and DockZoneSettings.Orientation properties.
See Also