Back to Devexpress

PopupContainerControl.Dock Property

windowsforms-devexpress-dot-xtraeditors-dot-popupcontainercontrol-811385fb.md

latest1.3 KB
Original Source

PopupContainerControl.Dock Property

Gets the manner in which the control is docked.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override DockStyle Dock { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property Dock As DockStyle

Property Value

TypeDescription
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

PopupContainerControl Class

PopupContainerControl Members

DevExpress.XtraEditors Namespace