Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PopupBaseEdit.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

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

[Browsable(false)]
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 bottom 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