Back to Devexpress

NavigationPageBase.Dock Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagebase-2963b0bd.md

latest1.3 KB
Original Source

NavigationPageBase.Dock Property

Gets or sets the dock style of this page.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DockStyle Dock { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Dock As DockStyle

Property Value

TypeDescription
DockStyle

A DockStyle enumeration value that is the dock style of this page.

|

See Also

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace