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

    Stores the list of predefined time range images 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, SvgImage> PredefinedTimeRangeImages { get; }

    Property Value

    Type Description
    Dictionary<String, SvgImage>

    The dictionary of predefined time range icons available in the time range parameter editor.

    Remarks

    Call the RegisterTimeRange(String, Func<TimeOnly>, Func<TimeOnly>, SvgImage) method overload to specify an icon for your custom time range.

    See Also