Skip to main content

NavBarGroupControlContainer.Anchor Property

Gets or sets which control edges are anchored to the edges of its container. This property is not supported by the NavBarGroupControlContainer class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

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

Property Value

Type Description
AnchorStyles

A AnchorStyles value.

Remarks

This property is not supported by the NavBarGroupControlContainer class.

See Also