DateRangeControl.PopupBottomAreaTemplate Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ControlTemplate PopupBottomAreaTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Control |
Defines the appearance of the bottom area of the pop-up calendar. |
See Also