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

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

Declaration

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