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

NavBarGroupControlContainer.Dock Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[Browsable(false)]
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