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

    Gets a collection of predefined date ranges.

    Namespace: DevExpress.Xpf.Editors

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

    Declaration

    public ObservableCollection<PredefinedDateRange> PredefinedRanges { get; }

    Property Value

    Type Description
    ObservableCollection<PredefinedDateRange>

    Contains predefined date ranges.

    See Also