PopupContainerControl.Dock Property
In This Article
Gets the manner in which the control is docked.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Dock |
The Dock |
#Remarks
This property overrides the System.Windows.Forms.Control.Dock property so that docking a popup container control is prohibited.
See Also