Skip to main content

PopupBaseEdit.PopupContentTemplate Property

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

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public ControlTemplate PopupContentTemplate { get; set; }

#Property Value

Type Description
ControlTemplate

A ControlTemplate object that represents the template of the popup window's content.

See Also