Skip to main content
All docs
V18.2

RangeFilterExportOptions.SizeMode Property

OBSOLETE

The RangeFilterExportOptions.SizeMode property is obsolete now. Use the RangeFilterSizeMode property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("The RangeFilterExportOptions.SizeMode property is obsolete now. Use the DashboardPdfExportOptions.RangeFilterSizeMode property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public string SizeMode { get; set; }

Property Value

Type Description
String

A value returned by the RangeFilterExportSizeMode class that specifies the export size mode for the Range Filter dashboard item.

See Also