Skip to main content

NavigationPageBase.Dock Property

Gets or sets the dock style of this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DockStyle Dock { get; set; }

Property Value

Type Description
DockStyle

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

See Also