Skip to main content

Bar.FloatLocation Property

Get or sets the Bar location in screen coordinates if the bar is floating.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public Point FloatLocation { get; set; }

Property Value

Type Description
Point

The Bar location in screen coordinates if the bar is floating.

See Also