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

BarDockInfo.Offset Property

Gets or sets the bar’s offset from the left or top border of the bar container, based on the container’s orientation. This property is in effect when the bar is docked to a container. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public double Offset { get; set; }

Property Value

Type Description
Double

An integer value that specifies the offset of the current bar from the left/top edge of the bar container.

Remarks

Dragging a bar within a bar container changes its Offset.

See Also