Skip to main content
All docs
V25.1
  • 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.1.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