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
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.
- Use the Dictionary<TKey,TValue> type’s methods to manipulate the list of predefined date ranges.
- You can use the RegisterTimeRange methods to append an item to the list of 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.