Skip to main content

NavBarGroupControlContainer.Dock Property

Gets or sets which edge of the parent container a control is docked to.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DockStyle Dock { get; set; }

Property Value

Type Description
DockStyle

This property always returns DockStyle.None.

Remarks

The control container prevents the Dock property from being changed.

See Also