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

PopupContainerControl.Dock Property

Gets the manner in which the control is docked.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public override DockStyle Dock { get; }

Property Value

Type Description
DockStyle

The DockStyle.None value always.

Remarks

This property overrides the System.Windows.Forms.Control.Dock property so that docking a popup container control is prohibited.

See Also