PopupBaseEdit.PopupTopAreaTemplate Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public ControlTemplate PopupTopAreaTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
#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