Skip to main content
Bar

PopupInfo<PopupType>.CustomPopupPlacementCallback Property

Gets or sets the System.Windows.Controls.Primitives.Popup.CustomPopupPlacementCallback 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 CustomPopupPlacementCallback CustomPopupPlacementCallback { get; set; }

Property Value

Type Description
CustomPopupPlacementCallback

The CustomPopupPlacementCallback object that is the Popup.CustomPopupPlacementCallback property value.

See Also