Skip to main content
All docs
V23.2

DateRangeControl.PopupBottomAreaTemplate Property

Gets or sets a template that defines the appearance of the bottom area of the popup window. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ControlTemplate PopupBottomAreaTemplate { get; set; }

Property Value

Type Description
ControlTemplate

Defines the appearance of the bottom area of the pop-up calendar.

See Also