Back to Devexpress

RangeParameterEditorOptions.PredefinedTimeRanges Property

corelibraries-devexpress-dot-xtrareports-dot-parameters-dot-rangeparametereditoroptions.md

latest2.8 KB
Original Source

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.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public static Dictionary<string, Func<Range<TimeOnly>>> PredefinedTimeRanges { get; }
vb
Public Shared ReadOnly Property PredefinedTimeRanges As Dictionary(Of String, Func(Of Range(Of TimeOnly)))

Property Value

TypeDescription
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.

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

RangeParameterEditorOptions Members

DevExpress.XtraReports.Parameters Namespace