Skip to main content
Bar

PopupInfo<PopupType>.HorizontalOffset Property

Gets or sets the System.Windows.Controls.Primitives.Popup.HorizontalOffset property value for the automatically created popup. This is the dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double HorizontalOffset { get; set; }

Property Value

Type Description
Double

The Double value of the Popup.HorizontalOffset property.

See Also