Skip to main content

PopupBaseEditSettings.PopupTopAreaTemplate Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ControlTemplate PopupTopAreaTemplate { get; set; }

Property Value

Type Description
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.

dxeditors-popupareas

See Also