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

PopupBaseEditSettings.PopupContentTemplate Property

Gets or sets a template that presents the popup window’s content.

Namespace: DevExpress.Xpf.Editors.Settings

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

Declaration

public ControlTemplate PopupContentTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that presents the popup window’s content.

See Also