Back to Devexpress

DateRangeControl.PopupBottomAreaTemplate Property

wpf-devexpress-dot-xpf-dot-editors-dot-daterangecontrol-e563095b.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ControlTemplate PopupBottomAreaTemplate { get; set; }
vb
Public Property PopupBottomAreaTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

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

|

See Also

DateRangeControl Class

DateRangeControl Members

DevExpress.Xpf.Editors Namespace