Skip to main content

NavigationPane.Dock Property

Gets or sets the dock style for this NavigationPane.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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