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

NavigationPageBase.Dock Property

Gets or sets the dock style of this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
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