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

Bar.FloatLocation Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

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