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

NavigationPageBase.Anchor Property

Gets or sets the edges of a parent container to which this page sticks.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
AnchorStyles

An AnchorStyles enumeration value that specifies the edges of a parent container to which this page sticks.

See Also