Skip to main content

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.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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