Skip to main content
All docs
V25.1
  • DateRangeControl.PredefinedRangeTemplate Property

    Gets or sets the template that is used to display a predefined range. This is a dependency property.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public DataTemplate PredefinedRangeTemplate { get; set; }

    Property Value

    Type Description
    DataTemplate

    A DataTemplate object that specifies the template to display a predefined range.

    See Also