Back to Devexpress

NavigationPane.Dock Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-0451a888.md

latest1.4 KB
Original Source

NavigationPane.Dock Property

Gets or sets the dock style for this NavigationPane.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
public override DockStyle Dock { get; set; }
vb
<DXCategory("Layout")>
Public Overrides Property Dock As DockStyle

Property Value

TypeDescription
DockStyle

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

|

See Also

NavigationPane Class

NavigationPane Members

DevExpress.XtraBars.Navigation Namespace