Back to Devexpress

PopupBaseEdit.PopupContentContainerTemplate Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-ebcf69e1.md

latest1.3 KB
Original Source

PopupBaseEdit.PopupContentContainerTemplate Property

Gets or sets the template that defines the presentation of the popup window’s content container. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public ControlTemplate PopupContentContainerTemplate { get; set; }
vb
<Browsable(False)>
Public Property PopupContentContainerTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

A ControlTemplate object that represents the element’s template.

|

See Also

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace