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

NavigationPane.Dock Property

Gets or sets the dock style for this NavigationPane.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Layout")]
public override DockStyle Dock { get; set; }

Property Value

Type Description
DockStyle

A DockStyle enumerator value that specifies the dock style for this NavigationPane.

See Also