Back to Devexpress

PopupInfo<PopupType> Class

wpf-devexpress-dot-xpf-dot-bars-dot-popupinfo-1.md

latest1.7 KB
Original Source

PopupInfo<PopupType> Class

This class supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public abstract class PopupInfo<PopupType> :
    FrameworkElement,
    IPopupControl
    where PopupType : BarPopupBase
vb
Public MustInherit Class PopupInfo(Of PopupType As BarPopupBase)
    Inherits FrameworkElement
    Implements IPopupControl

Type Parameters

Name
PopupType

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement PopupInfo<PopupType> PopupMenuInfo

PopupControlContainerInfo

ApplicationMenuInfo

See Also

PopupInfo<PopupType> Members

DevExpress.Xpf.Bars Namespace