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

NavBarGroupControlContainer.Location Property

Gets or sets the coordinates of the container’s upper-left corner in relation to the group’s upper-left corner.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[Browsable(false)]
public Point Location { get; set; }

Property Value

Type Description
Point

The Point that represents the upper-left corner of the container relative to the upper-left corner of the group.

See Also