Skip to main content

XtraTabPage.Anchor Property

This member overrides the Anchor property.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
AnchorStyles

A bitwise combination of the AnchorStyles values.

See Also