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