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

    Gets a collection of predefined date ranges.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public ObservableCollection<PredefinedDateRange> PredefinedRanges { get; }

    Property Value

    Type Description
    ObservableCollection<PredefinedDateRange>

    Contains predefined date ranges.

    See Also