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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ControlTemplate PopupContentTemplate { get; set; }

Property Value

Type Description
ControlTemplate

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

See Also