XtraTabPage.Anchor Property
This member overrides the Anchor property.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.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