Skip to main content
All docs
V25.1
  • PredefinedRangeEventArgs.Ranges Property

    Gets or sets the predefined date ranges.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public ICollection<PredefinedDateRange> Ranges { get; set; }

    Property Value

    Type Description
    ICollection<PredefinedDateRange>

    Contains predefined date ranges.

    See Also