corelibraries-devexpress-dot-xtrareports-dot-parameters-dot-rangeparametereditoroptions.md
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.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public static Dictionary<string, Func<Range<TimeOnly>>> PredefinedTimeRanges { get; }
Public Shared ReadOnly Property PredefinedTimeRanges As Dictionary(Of String, Func(Of Range(Of TimeOnly)))
| Type | Description |
|---|---|
| Dictionary<String, Func<Range<TimeOnly>>> |
The dictionary of predefined ranges that are available in the time range parameter editor.
|
The list of predefined time ranges stored in the PredefinedTimeRanges property is displayed in the time range parameter editor in Print Preview.
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
RangeParameterEditorOptions Class