Skip to main content

PopupContainerControl.Dock Property

Gets the manner in which the control is docked.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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