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

    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