Skip to main content

RangeFilterPrintingOptions.SizeMode Property

OBSOLETE

This property is obsolete now. Use the DashboardPrintPreviewOptions.RangeFilterSizeMode/DashboardPdfExportOptions.RangeFilterSizeMode properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Gets or sets the print size mode for the Range Filter dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(RangeFilterPrintingSizeMode.Stretch)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.RangeFilterSizeMode/DashboardPdfExportOptions.RangeFilterSizeMode properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public RangeFilterPrintingSizeMode SizeMode { get; set; }

Property Value

Type Default Description
RangeFilterPrintingSizeMode Stretch

A RangeFilterPrintingSizeMode enumeration member that specifies the print size mode for the Range Filter dashboard item.

See Also