Skip to main content
All docs
V26.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.v26.1.dll

    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