Skip to main content
All docs
V25.1
  • RangeParameterEditorOptions.PredefinedTimeRanges Property

    Stores the list of predefined time ranges available in the time range parameter editor in Print Preview.

    Namespace: DevExpress.XtraReports.Parameters

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public static Dictionary<string, Func<Range<TimeOnly>>> PredefinedTimeRanges { get; }

    Property Value

    Type Description
    Dictionary<String, Func<Range<TimeOnly>>>

    The dictionary of predefined ranges that are available in the time range parameter editor.

    Remarks

    The list of predefined time ranges stored in the PredefinedTimeRanges property is displayed in the time range parameter editor in Print Preview.

    predefined time ranges

    When you make changes to the predefined time ranges, the changes become available in the time range parameter editor.

    If you want to access the collection of predefined time range icons available in the time range parameter editor, use the PredefinedTimeRangeImages property.

    See Also