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

PopupInfo<PopupType>.Popup Property

Gets the popup object that the current object wraps.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public PopupType Popup { get; }

Property Value

Type Description
PopupType

The corresponding popup object.

Remarks

A PopupInfo object is a wrapper for a specific popup object. The Popup property returns the corresponding popup object that the current PopupInfo object wraps.

See Also