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

PopupBaseEditSettings.PopupBottomAreaTemplate Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

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

Declaration

public ControlTemplate PopupBottomAreaTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that is the element’s template.

Remarks

If the PopupBottomAreaTemplate property is not specified, the botton area is not displayed within an editor’s dropdown. By default, the bottom area contains editor buttons (e.g. OK, Cancel, etc.) and the size grip.

dxeditors-popupareas

See Also