Back to Devexpress

PopupBaseEdit.PopupTopAreaTemplate Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-2c20c0a4.md

latest1.7 KB
Original Source

PopupBaseEdit.PopupTopAreaTemplate Property

Gets or sets the template that defines the presentation of the top area within an editor’s dropdown.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
ControlTemplate

A ControlTemplate object that defines the presentation of the top area within an editor’s dropdown.

|

Remarks

If the PopupTopAreaTemplate property is not specified, the top area is not displayed within an editor’s dropdown. By default, the top area is displayed within a Search Lookup editor and contains the search box and the ‘Find’ button.

See Also

PopupBottomAreaTemplate

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace