Back to Devexpress

PopupBaseEdit.PopupBottomAreaTemplate Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-e1147e64.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public ControlTemplate PopupBottomAreaTemplate { get; set; }
vb
<Browsable(False)>
Public Property PopupBottomAreaTemplate As ControlTemplate

Property Value

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

See Also

PopupTopAreaTemplate

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace