Back to Devexpress

AllowedDockState Enum

aspnet-devexpress-dot-web-cc47bd6d.md

latest1.9 KB
Original Source

AllowedDockState Enum

Contains values specifying what states are allowed for a panel

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum AllowedDockState
vb
Public Enum AllowedDockState

Members

NameDescription
All

A panel can be in either the docked or floating state.

| | DockedOnly |

A panel can only be docked. If the panel is initially floating (the owner zone is not defined) an end-user can drag it until the panel is docked for the first time. After that, it can be only moved between zones programmatically.

| | FloatOnly |

A panel cannot be docked. In this case, the setting of an owner zone is not in effect.

|

The following properties accept/return AllowedDockState values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxDockPanel.AllowedDockState
ASP.NET MVC ExtensionsDockPanelSettings.AllowedDockState

Remarks

Values listed by this enumeration are used to set the ASPxDockPanel.AllowedDockState property.

See Also

Docking

Online Demo: Docking - Server-Side Functionality

DevExpress.Web Namespace