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.v19.2.dll

Declaration

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