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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
See Also